Codebase list python-webargs / b6a74dd
Bump version and update changelog Stephen Rosen 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 ---------
22
3 6.1.1 (Unreleased)
3 6.1.1 (2020-09-08)
44 ******************
55
66 Bug fixes:
77 from webargs.dict2schema import dict2schema
88 from webargs import fields
99
10 __version__ = "6.1.0"
10 __version__ = "6.1.1"
1111 __version_info__ = tuple(LooseVersion(__version__).version)
1212 __all__ = ("dict2schema", "ValidationError", "fields", "missing", "validate")