File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# marshmallow\_ dataclass change log
22
3+ ## v8.5.9 (2022-10-04)
4+
5+ - Fix [ #206 ] [ ] : NewType breakage with ` typing-inspect>=0.8.0 `
6+ ([ #207 ] [ ] , [ #211 ] [ ] )
7+ - Fix tests for python 3.11 ([ #212 ] [ ] )
8+
9+ [ #206 ] : https://github.com/lovasoa/marshmallow_dataclass/issues/206
10+ [ #207 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/207
11+ [ #211 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/211
12+ [ #212 ] : https://github.com/lovasoa/marshmallow_dataclass/pull/212
13+
314## v8.5.7, v8.5.8
415
516 - Fix https://github.com/lovasoa/marshmallow_dataclass/issues/190
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- VERSION = "8.5.8 "
3+ VERSION = "8.5.9 "
44
55CLASSIFIERS = [
66 "Development Status :: 4 - Beta" ,
You can’t perform that action at this time.
0 commit comments