diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01babd5..54eccfb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.17.0 +current_version = 0.17.1 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index f0c8887..b3be60a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +0.17.1 (2017-06-23) +~~~~~~~~~~~~~~~~~~~ - Stops non-pricing text in parentheses from being ignored. [href] diff --git a/setup.py b/setup.py index b340ae3..ee8637e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.17.0' +version = '0.17.1' def get_long_description():