diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3300c9b..4709b83 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 82d2967..74ca4f3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +0.6.0 (2016-08-26) +~~~~~~~~~~~~~~~~~~~ + - Adds the ability to register new users and activate them with a token. [href] diff --git a/setup.py b/setup.py index 6efbed2..aa85420 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'A generic user model for OneGov.' ) -version = '0.5.0' +version = '0.6.0' def get_long_description(): @@ -33,7 +33,7 @@ def get_long_description(): platforms='any', install_requires=[ 'click', - 'onegov.core>=0.5.0', + 'onegov.core>=0.6.0', 'onegov.form', 'sqlalchemy', 'yubico-client'