Skip to content

Commit

Permalink
Release 8.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dairiki committed Apr 20, 2023
1 parent 5f7ffd0 commit 2f8bf4b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# marshmallow\_dataclass change log

## v8.5.13 (2023-04-20)

- Fix to allow type-checkers to properly handle fields initialized
by a `dataclasses.Field` instance. ([#239])

[#239]: https://github.com/lovasoa/marshmallow_dataclass/pull/239

## v8.5.12 (2023-03-15)

- Fixes to work with typeguard 3.x. ([#235], [#234])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION = "8.5.12"
VERSION = "8.5.13"

CLASSIFIERS = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 2f8bf4b

Please sign in to comment.