Skip to content

Commit cddce9a

Browse files
committed
Release 8.5.11
1 parent 614f6a1 commit cddce9a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# marshmallow\_dataclass change log
22

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+
312
## v8.5.10 (2022-11-09)
413

514
- We now test under python version 3.11 (as well as 3.6 through 3.10). ([#220][])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = "8.5.10"
3+
VERSION = "8.5.11"
44

55
CLASSIFIERS = [
66
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)