Skip to content

Commit

Permalink
Bump version; update changelog; add @nebularazer to AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 18, 2017
1 parent 467fb9f commit e4f2720
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 @@ -30,3 +30,4 @@ Contributors (chronological)
* Jérôme Lafréchoux <https://github.com/lafrech> 
* @DmitriyS <https://github.com/DmitriyS>
* Svetlozar Argirov <https://github.com/zaro>
* Florian S. <https://github.com/nebularazer>
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
---------

1.6.3 (2017-05-18)
******************

Support:

* Fix Flask error handling docs in "Framework support" section (:issue:`168`). Thanks :user:`nebularazer`.

1.6.2 (2017-05-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.6.2'
__version__ = '1.6.3'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit e4f2720

Please sign in to comment.