Skip to content

Commit f1ae764

Browse files
committedOct 6, 2019
Bump version and update changelog
1 parent 6347b4b commit f1ae764

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
5.5.2 (unreleased)
4+
5.5.2 (2019-10-06)
55
******************
66

77
Bug fixes:

‎src/webargs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
from webargs.dict2schema import dict2schema
1010
from webargs import fields
1111

12-
__version__ = "5.5.1"
12+
__version__ = "5.5.2"
1313
__version_info__ = tuple(LooseVersion(__version__).version)
1414
__all__ = ("dict2schema", "ValidationError", "fields", "missing", "validate")

0 commit comments

Comments
 (0)