We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fc626 commit 3e61074Copy full SHA for 3e61074
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# marshmallow\_dataclass change log
2
3
-## v8.7.0 (unreleased)
+## v8.7.0 (2024-06-23)
4
5
- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])
6
- Add support for using `Annotated` (rather than our now deprecated
setup.py
from setuptools import find_packages, setup
-VERSION = "9.0.0"
+VERSION = "8.7.0"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments