Skip to content

Commit 5fdb773

Browse files
committed
Bump version and update changelog
1 parent 6efc8fb commit 5fdb773

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.0.3 (unreleased)
4+
3.0.3 (2019-09-04)
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.0.2"
16+
__version__ = "3.0.3"
1717
__version_info__ = tuple(LooseVersion(__version__).version)
1818
__all__ = [
1919
"EXCLUDE",

0 commit comments

Comments
 (0)