Skip to content

Commit dc026d3

Browse files
committed
Bump version and update changelog
1 parent 4317055 commit dc026d3

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.2.0 (unreleased)
4+
3.2.0 (2019-09-17)
55
++++++++++++++++++
66

77
Features:

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.1.1"
16+
__version__ = "3.2.0"
1717
__version_info__ = tuple(LooseVersion(__version__).version)
1818
__all__ = [
1919
"EXCLUDE",

0 commit comments

Comments
 (0)