Skip to content

Commit

Permalink
Add @Reskov to AUTHORS; update changelog; bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 8, 2018
1 parent 896ca00 commit c76a0fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Expand Up @@ -34,3 +34,4 @@ Contributors (chronological)
* Florian S. <https://github.com/nebularazer>
* @daniel98321 <https://github.com/daniel98321>
* @Itayazolay <https://github.com/Itayazolay>
* @Reskov <https://github.com/Reskov>
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog
---------

4.0.0 (unreleased)
******************

Bug fixes:

* *Backwards-incompatible*: Rename ``webargs.async`` to
``webargs.asyncparser`` to fix compatibility with Python 3.7
(:issue:`240`). Thanks :user:`Reskov` for the catch and patch.

3.0.2 (2018-07-05)
******************

Expand Down
2 changes: 1 addition & 1 deletion webargs/__init__.py
Expand Up @@ -6,7 +6,7 @@
from webargs.core import argmap2schema, WebargsError, ValidationError
from webargs import fields

__version__ = '3.0.2'
__version__ = '4.0.0.dev0'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit c76a0fc

Please sign in to comment.