Skip to content

Commit

Permalink
Rename HISOTRY.rst -> CHANGELOG.rst; bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 2, 2015
1 parent 72e95da commit 9b36d16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst → CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
---------

0.11.0 (unreleased)
*******************

* Add ``dest`` parameter to ``Arg`` constructor which determines the key to be added to the parsed arguments dictionary (:issue:`32`).

0.10.0 (2014-12-23)
*******************

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.10.0'
__version__ = '0.11.0-dev'
__author__ = 'Steven Loria'
__license__ = 'MIT'

Expand Down

0 comments on commit 9b36d16

Please sign in to comment.