diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6b745cc..b8168d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.14.0 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 51c0b88..afecb04 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +0.14.0 (2016-09-09) +~~~~~~~~~~~~~~~~~~~ - Adds the ability to move in a form class. [href] diff --git a/setup.py b/setup.py index 985dc46..4d0e2c0 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.13.0' +version = '0.14.0' def get_long_description():