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