Skip to content

Commit

Permalink
v8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Sep 16, 2023
1 parent 5f38b93 commit 260c4fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# marshmallow\_dataclass change log

## v8.6.0 (2023-09-16)
- New field in associated Meta classes: `include_non_init`:
- This adds the ability to include non init-ed fields into the schema

## v8.5.14 (2023-04-27)

- Pin `typing-extensions>=2.4.0` to ensure support for the
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.14"
VERSION = "8.6.0"

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

0 comments on commit 260c4fe

Please sign in to comment.