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 Jun 19, 2019
1 parent 0616032 commit 15bf3f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
Changelog
---------

5.3.2 (2019-06-19)
******************

Bug fixes:

* marshmallow 3.0.0rc7 compatibility (:pr:`395`).

5.3.1 (2019-05-05)
******************

Expand Down
2 changes: 1 addition & 1 deletion src/webargs/__init__.py
Expand Up @@ -8,7 +8,7 @@
from webargs.core import dict2schema, ValidationError
from webargs import fields

__version__ = "5.3.1"
__version__ = "5.3.2"
__version_info__ = tuple(LooseVersion(__version__).version)
__author__ = "Steven Loria"
__license__ = "MIT"
Expand Down

0 comments on commit 15bf3f9

Please sign in to comment.