Skip to content

Commit b2b8105

Browse files
committed
Bump version and update changelog
1 parent dbb9729 commit b2b8105

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-
2.20.3 (unreleased)
4+
2.20.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
@@ -15,7 +15,7 @@
1515
from marshmallow.exceptions import ValidationError
1616
from distutils.version import LooseVersion
1717

18-
__version__ = '2.20.2'
18+
__version__ = '2.20.3'
1919
__version_info__ = tuple(LooseVersion(__version__).version)
2020
__author__ = 'Steven Loria'
2121
__all__ = [

0 commit comments

Comments
 (0)