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 6efc8fb commit 5fdb773Copy full SHA for 5fdb773
2 files changed
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-3.0.3 (unreleased)
+3.0.3 (2019-09-04)
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.0.2"
+__version__ = "3.0.3"
17
__version_info__ = tuple(LooseVersion(__version__).version)
18
__all__ = [
19
"EXCLUDE",
0 commit comments