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 dbb9729 commit b2b8105Copy full SHA for b2b8105
2 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-2.20.3 (unreleased)
+2.20.3 (2019-09-04)
5
*******************
6
7
Bug fixes:
src/marshmallow/__init__.py
@@ -15,7 +15,7 @@
15
from marshmallow.exceptions import ValidationError
16
from distutils.version import LooseVersion
17
18
-__version__ = '2.20.2'
+__version__ = '2.20.3'
19
__version_info__ = tuple(LooseVersion(__version__).version)
20
__author__ = 'Steven Loria'
21
__all__ = [
0 commit comments