We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e823a6b commit b8fc499Copy full SHA for b8fc499
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# marshmallow_dataclass change log
2
3
+## v7.2.0
4
+- Add mypy plugin that handles `NewType`
5
+ ([#50](https://github.com/lovasoa/marshmallow_dataclass/issues/50)).
6
+ Thanks [@selimb](https://github.com/selimb).
7
+
8
## v7.1.1
9
- Fix behavior when `base_schema` is passed to a nested dataclass/schema
10
([#52](https://github.com/lovasoa/marshmallow_dataclass/issues/52)).
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-VERSION = "7.1.1"
+VERSION = "7.2.0"
CLASSIFIERS = [
"Development Status :: 4 - Beta",
0 commit comments