Skip to content

Commit

Permalink
v8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Sep 12, 2024
1 parent f9a65df commit 9812e50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# marshmallow\_dataclass change log

## v8.7.1 (2024-09-12)

- Relax dependency pins for `typeguard` and `typing-inspect`. ([#273], [#272])

[#272]: https://github.com/lovasoa/marshmallow_dataclass/issues/272
[#273]: https://github.com/lovasoa/marshmallow_dataclass/pull/273

## v8.7.0 (2024-06-23)

- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "8.7.0"
VERSION = "8.7.1"

CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 9812e50

Please sign in to comment.