Skip to content

Commit

Permalink
Bump dev version; update changelog; add @marcellarius to AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Aug 18, 2015
1 parent 0c15aba commit 41cee93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ Credits
* Josh Johnston <https://github.com/Trii>
* Rory Hart <https://github.com/hartror>
* Jace Browning <https://github.com/jacebrowning>
* @marcellarius <https://github.com/marcellarius>
6 changes: 5 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Changelog
---------

0.14.1 (unreleased)
0.15.0 (unreleased)
*******************

Changes:

* If a parsed argument is ``None``, the type conversion is not called :issue:`54`. Thanks :user:`marcellarius`.

Bug fixes:

* Fix parsing nested ``Args`` when the argument is missing from the input (:issue:`52`). Thanks :user:`stas`.
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.14.0'
__version__ = '0.15.0-dev'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit 41cee93

Please sign in to comment.