From 400b9e37396926d258143d4eb0349be47ae24a30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Mon, 20 Nov 2017 14:19:28 +0100 Subject: [PATCH] Release 1.15.3 --- .bumpversion.cfg | 3 ++- HISTORY.rst | 2 ++ onegov/town/app.py | 2 +- onegov/town/theme/town_theme.py | 2 +- setup.py | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 847a19e..15745be 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.15.2 +current_version = 1.15.3 commit = True tag = True message = Release {new_version} @@ -23,3 +23,4 @@ replace = version = '{new_version}' [bumpversion:file:onegov/town/app.py] search = version = '{current_version}' replace = version = '{new_version}' + diff --git a/HISTORY.rst b/HISTORY.rst index 767352a..c524f77 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,7 @@ Changelog --------- +1.15.3 (2017-11-20) +~~~~~~~~~~~~~~~~~~~~~ - Includes the version, current user and role in javascript error reports. [href] diff --git a/onegov/town/app.py b/onegov/town/app.py index c0faaa1..a1be8c6 100644 --- a/onegov/town/app.py +++ b/onegov/town/app.py @@ -17,7 +17,7 @@ class TownApp(OrgApp): #: the version of this application (do not change manually!) - version = '1.15.2' + version = '1.15.3' def configure_organisation(self, **cfg): cfg.setdefault('enable_user_registration', False) diff --git a/onegov/town/theme/town_theme.py b/onegov/town/theme/town_theme.py index 841a77b..510ed52 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.15.2' + version = '1.15.3' @property def post_imports(self): diff --git a/setup.py b/setup.py index 7db0002..8727f48 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'OneGov web application for small towns.' ) -version = '1.15.2' +version = '1.15.3' def get_long_description():