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 Jan 29, 2020
1 parent 74fada6 commit 29b6a16
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
---------

5.5.3 (unreleased)
5.5.3 (2020-01-28)
******************

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/webargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
from webargs.dict2schema import dict2schema
from webargs import fields

__version__ = "5.5.2"
__version__ = "5.5.3"
__version_info__ = tuple(LooseVersion(__version__).version)
__all__ = ("dict2schema", "ValidationError", "fields", "missing", "validate")

0 comments on commit 29b6a16

Please sign in to comment.