Skip to content

Commit b8fc499

Browse files
committed
Release v7.2.0
1 parent e823a6b commit b8fc499

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# marshmallow_dataclass change log
22

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+
38
## v7.1.1
49
- Fix behavior when `base_schema` is passed to a nested dataclass/schema
510
([#52](https://github.com/lovasoa/marshmallow_dataclass/issues/52)).

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 = "7.1.1"
3+
VERSION = "7.2.0"
44

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

0 commit comments

Comments
 (0)