diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9d681f7..4cd274e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.11.3 +current_version = 1.11.4 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 7f52f20..a2432c9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +1.11.4 (2016-09-12) +~~~~~~~~~~~~~~~~~~~ + - Improves the separation of onegov.org/onegov.town. [href] diff --git a/onegov/town/theme/town_theme.py b/onegov/town/theme/town_theme.py index 2d289eb..b7fc53b 100644 --- a/onegov/town/theme/town_theme.py +++ b/onegov/town/theme/town_theme.py @@ -14,7 +14,7 @@ class TownTheme(OrgTheme): # don't touch this number, it's incremented using bumpversion, so every # release will automatically trigger a rebuild of the theme - version = '1.11.3' + version = '1.11.4' @property def post_imports(self): diff --git a/setup.py b/setup.py index 0391063..c46c7f3 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'OneGov web application for small towns.' ) -version = '1.11.3' +version = '1.11.4' def get_long_description():