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 Feb 4, 2017
1 parent a87af49 commit 27ab51f
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
---------

1.5.3 (unreleased)
1.5.3 (2017-02-04)
******************

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion webargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from webargs.core import argmap2schema, WebargsError, ValidationError
from webargs import fields

__version__ = '1.5.2'
__version__ = '1.5.3'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit 27ab51f

Please sign in to comment.