Skip to content

Commit

Permalink
Bump version; update changelog; add @Itayazolay to AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 19, 2017
1 parent c4b6a87 commit d6dada2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Contributors (chronological)
* Svetlozar Argirov <https://github.com/zaro>
* Florian S. <https://github.com/nebularazer>
* @daniel98321 <https://github.com/daniel98321>
* @Itayazolay <https://github.com/Itayazolay>
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

1.8.1 (2017-07-17)
******************

Bug fixes:

* Fix behavior of ``AIOHTTPParser.use_args`` when ``as_kwargs=True`` is passed with a ``Schema`` (:issue:`179`). Thanks :user:`Itayazolay`.

1.8.0 (2017-07-16)
******************

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

__version__ = '1.8.0'
__version__ = '1.8.1'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit d6dada2

Please sign in to comment.