Skip to content

Commit 6522565

Browse files
committed
Bump version and update changelog
1 parent dbfc747 commit 6522565

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
3.12.1 (unreleased)
4+
3.12.1 (2021-05-10)
55
*******************
66

77
Bug fixes:

src/marshmallow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from marshmallow.exceptions import ValidationError
1414
from distutils.version import LooseVersion
1515

16-
__version__ = "3.12.0"
16+
__version__ = "3.12.1"
1717
__version_info__ = tuple(LooseVersion(__version__).version)
1818
__all__ = [
1919
"EXCLUDE",

0 commit comments

Comments
 (0)