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 Sep 15, 2019
1 parent 37471e3 commit dc54835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
---------

5.5.1 (unreleased)
5.5.1 (2019-09-15)
******************

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

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

0 comments on commit dc54835

Please sign in to comment.