Skip to content

Commit df4f811

Browse files
committed
Bump version and update changelog
1 parent d6a299d commit df4f811

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.14.0 (unreleased)
4+
3.14.0 (2021-10-17)
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.13.0"
16+
__version__ = "3.14.0"
1717
__version_info__ = tuple(LooseVersion(__version__).version)
1818
__all__ = [
1919
"EXCLUDE",

0 commit comments

Comments
 (0)