We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfc747 commit 6522565Copy full SHA for 6522565
2 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-3.12.1 (unreleased)
+3.12.1 (2021-05-10)
5
*******************
6
7
Bug fixes:
src/marshmallow/__init__.py
@@ -13,7 +13,7 @@
13
from marshmallow.exceptions import ValidationError
14
from distutils.version import LooseVersion
15
16
-__version__ = "3.12.0"
+__version__ = "3.12.1"
17
__version_info__ = tuple(LooseVersion(__version__).version)
18
__all__ = [
19
"EXCLUDE",
0 commit comments