Skip to content

Commit 06f0660

Browse files
committed
Release 8.5.14
1 parent 1ede469 commit 06f0660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# marshmallow\_dataclass change log
22

3-
## v8.5.14 (unreleased)
3+
## v8.5.14 (2023-04-27)
44

55
- Pin `typing-extensions>=2.4.0` to ensure support for the
66
`field_specifiers` paramter of the `dataclass_transform` decorator.

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.13"
3+
VERSION = "8.5.14"
44

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

0 commit comments

Comments
 (0)