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 6b6dc51 commit 6f39fe1Copy full SHA for 6f39fe1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# marshmallow\_dataclass change log
2
3
+## v8.5.7
4
+
5
+ - Fix https://github.com/lovasoa/marshmallow_dataclass/issues/190
6
7
## v8.5.6
8
9
- Fix bug introduced in previous release. See https://github.com/lovasoa/marshmallow_dataclass/pull/189
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-VERSION = "8.5.6"
+VERSION = "8.5.7"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments