Skip to content

Commit

Permalink
Add @stas to AUTHORS; bump dev version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 20, 2015
1 parent c30cb7f commit 1a6c07a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ Credits
* Josh Carp <https://github.com/jmcarp>
* @philtay <https://github.com/philtay>
* Andriy Yurchuk <https://github.com/Ch00k>
* Stas Sușcov <https://github.com/stas>
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changelog
---------

0.11.1 (unreleased)
0.12.0 (unreleased)
*******************

Changes:
Features:

* Store argument name on ``ValidationError`` (:issue:`32`). Thanks :user:`alexmic` for the suggestion. Thanks :user:`stas` for the patch.
* Allow nesting of dict subtypes.

0.11.0 (2015-03-01)
Expand Down
2 changes: 1 addition & 1 deletion webargs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from webargs.core import Arg, WebargsError, ValidationError, RequiredArgMissingError, Missing

__version__ = '0.11.0'
__version__ = '0.12.0-dev'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

1 comment on commit 1a6c07a

@stas
Copy link
Contributor

@stas stas commented on 1a6c07a Mar 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, thanks, this feel good!

Please sign in to comment.