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 d6a299d commit df4f811Copy full SHA for df4f811
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-3.14.0 (unreleased)
+3.14.0 (2021-10-17)
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.13.0"
+__version__ = "3.14.0"
17
__version_info__ = tuple(LooseVersion(__version__).version)
18
__all__ = [
19
"EXCLUDE",
0 commit comments