Skip to content

Commit 04c6e3d

Browse files
committed
v8.5.6
1 parent 6c45757 commit 04c6e3d

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.6
4+
5+
- Fix bug introduced in previous release. See https://github.com/lovasoa/marshmallow_dataclass/pull/189
6+
37
## v8.5.5
48

59
- Fix slowdown introduced in v8.5.4. See https://github.com/lovasoa/marshmallow_dataclass/pull/187

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.5"
3+
VERSION = "8.5.6"
44

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

0 commit comments

Comments
 (0)