diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f1bbc28..19891d2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index ba0e180..79e0bea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Changelog Unreleased ~~~~~~~~~~ +0.0.3 (2015-06-26) +~~~~~~~~~~~~~~~~~~~ + - Adds the ability to disable morepath autoconfig. [href] diff --git a/setup.py b/setup.py index 9ef3e03..9bc3d03 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'onegov.server' description = 'Serves OneGov applications.' -version = '0.0.2' +version = '0.0.3' def get_long_description():