Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Aug 12, 2021
1 parent d676591 commit 3757abc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
Changelog
---------

8.0.1 (2021-08-12)
******************

Bug fixes:

* Fix "``DelimitedList`` deserializes empty string as ``['']``" (:issue:`623`).
Thanks :user:`TTWSchell` for reporting and for the PR.

Other changes:

* New documentation theme with `furo`. Thanks to :user:`pradyunsg` for writing
furo!
* Webargs has a new logo. Thanks to :user:`michaelizergit`! (:issue:`312`)
* Don't build universal wheels. We don't support Python 2 anymore.
(:pr:`632`)
* Make the build reproducible (:pr:`#631`).


8.0.0 (2021-04-08)
******************
Expand Down
2 changes: 1 addition & 1 deletion src/webargs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from webargs.core import ValidationError
from webargs import fields

__version__ = "8.0.0"
__version__ = "8.0.1"
__version_info__ = tuple(LooseVersion(__version__).version)
__all__ = ("ValidationError", "fields", "missing", "validate")

0 comments on commit 3757abc

Please sign in to comment.