Skip to content

Commit bfcdf04

Browse files
committed
Bump version and update changelog
1 parent 3020476 commit bfcdf04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
6.0.0 (unreleased)
4+
6.0.0 (2020-02-27)
55
******************
66

77
Features:

src/webargs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
from webargs.dict2schema import dict2schema
99
from webargs import fields
1010

11-
__version__ = "6.0.0b8"
11+
__version__ = "6.0.0"
1212
__version_info__ = tuple(LooseVersion(__version__).version)
1313
__all__ = ("dict2schema", "ValidationError", "fields", "missing", "validate")

0 commit comments

Comments
 (0)