Skip to content

Commit 3e61074

Browse files
committed
v8.7.0
1 parent 94fc626 commit 3e61074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# marshmallow\_dataclass change log
22

3-
## v8.7.0 (unreleased)
3+
## v8.7.0 (2024-06-23)
44

55
- Drop support for python 3.6 and 3.7. Test under python 3.12. ([#263])
66
- Add support for using `Annotated` (rather than our now deprecated

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
VERSION = "9.0.0"
3+
VERSION = "8.7.0"
44

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

0 commit comments

Comments
 (0)