diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ec27de..fdf3e48 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.2 +current_version = 0.11.0 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index c31281f..98d1f93 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +0.11.0 (2016-04-13) +~~~~~~~~~~~~~~~~~~~ + - Adds the ability to block reserved field names with the validator. [href] diff --git a/setup.py b/setup.py index d5cd762..3b74eae 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.10.2' +version = '0.11.0' def get_long_description():