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 614f6a1 commit cddce9aCopy full SHA for cddce9a
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# marshmallow\_dataclass change log
2
3
+## v8.5.11 (2023-01-08)
4
+
5
+ - Replace the use of `marshmallow-enum` with the native
6
+ `marshmallow.field.Enum` (when using a sufficiently recent version
7
+ of `marshmallow`). ([#227][], [#225][])
8
9
+[#225]: https://github.com/lovasoa/marshmallow_dataclass/issues/225
10
+[#227]: https://github.com/lovasoa/marshmallow_dataclass/pull/227
11
12
## v8.5.10 (2022-11-09)
13
14
- We now test under python version 3.11 (as well as 3.6 through 3.10). ([#220][])
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-VERSION = "8.5.10"
+VERSION = "8.5.11"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments