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 1ede469 commit 06f0660Copy full SHA for 06f0660
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# marshmallow\_dataclass change log
2
3
-## v8.5.14 (unreleased)
+## v8.5.14 (2023-04-27)
4
5
- Pin `typing-extensions>=2.4.0` to ensure support for the
6
`field_specifiers` paramter of the `dataclass_transform` decorator.
setup.py
from setuptools import setup, find_packages
-VERSION = "8.5.13"
+VERSION = "8.5.14"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments