diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5830acd..870cbf9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.3 +current_version = 0.8.4 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 3ae7673..d0902dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +0.8.4 (2016-01-28) +~~~~~~~~~~~~~~~~~~~ + - Uses the latest onegov.core release to get rid of some code. [href] diff --git a/setup.py b/setup.py index 6827a47..8672242 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'Common OneGov form library based on WTForms.' ) -version = '0.8.3' +version = '0.8.4' def get_long_description():