Skip to content

Commit 9812e50

Browse files
committed
v8.7.1
1 parent f9a65df commit 9812e50

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# marshmallow\_dataclass change log
22

3+
## v8.7.1 (2024-09-12)
4+
5+
- Relax dependency pins for `typeguard` and `typing-inspect`. ([#273], [#272])
6+
7+
[#272]: https://github.com/lovasoa/marshmallow_dataclass/issues/272
8+
[#273]: https://github.com/lovasoa/marshmallow_dataclass/pull/273
9+
310
## v8.7.0 (2024-06-23)
411

512
- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
VERSION = "8.7.0"
3+
VERSION = "8.7.1"
44

55
CLASSIFIERS = [
66
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)