Skip to content

Commit 6f39fe1

Browse files
committed
v8.5.7
1 parent 6b6dc51 commit 6f39fe1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v8.5.7
4+
5+
- Fix https://github.com/lovasoa/marshmallow_dataclass/issues/190
6+
37
## v8.5.6
48

59
- Fix bug introduced in previous release. See https://github.com/lovasoa/marshmallow_dataclass/pull/189

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.6"
3+
VERSION = "8.5.7"
44

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

0 commit comments

Comments
 (0)