Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Oct 17, 2021
1 parent d6a299d commit df4f811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

3.14.0 (unreleased)
3.14.0 (2021-10-17)
*******************

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from marshmallow.exceptions import ValidationError
from distutils.version import LooseVersion

__version__ = "3.13.0"
__version__ = "3.14.0"
__version_info__ = tuple(LooseVersion(__version__).version)
__all__ = [
"EXCLUDE",
Expand Down

0 comments on commit df4f811

Please sign in to comment.