diff --git a/.bumpversion.cfg b/.bumpversion.cfg index eab8d0a..6d48ce0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.10.3 +current_version = 1.10.4 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index b7cad93..17cf932 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,9 @@ Changelog --------- +1.10.4 (2016-08-19) +~~~~~~~~~~~~~~~~~~~ + - Fixes another image captions width edge case in Safari. [href] diff --git a/onegov/town/theme/town_theme.py b/onegov/town/theme/town_theme.py index 1823c2a..599c03d 100644 --- a/onegov/town/theme/town_theme.py +++ b/onegov/town/theme/town_theme.py @@ -17,7 +17,7 @@ class TownTheme(BaseTheme): # don't touch this number, it's incremented using bumpversion, so every # release will automatically trigger a rebuild of the theme - version = '1.10.3' + version = '1.10.4' @property def default_options(self): diff --git a/setup.py b/setup.py index 51e1d9f..c19f2f9 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'OneGov web application for small towns.' ) -version = '1.10.3' +version = '1.10.4' def get_long_description():