From f8703c827e35d777114fbe6f6bd50bc46d10252c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Mon, 4 Jan 2016 10:28:36 +0100 Subject: [PATCH] Release 1.2.0 --- .bumpversion.cfg | 2 +- HISTORY.rst | 3 +++ onegov/town/theme/town_theme.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3837ef4..4fefb3f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 25f27fb..bdc45c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Changelog Unreleased ~~~~~~~~~~ +1.2.0 (2016-01-04) +~~~~~~~~~~~~~~~~~~~ + - Adds a status mail sent to all users daily at 08:30. [href] diff --git a/onegov/town/theme/town_theme.py b/onegov/town/theme/town_theme.py index 16e7fec..6ecbbe5 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.1.0' + version = '1.2.0' @property def default_options(self): diff --git a/setup.py b/setup.py index 0e657fa..4d762d8 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ description = ( 'OneGov web application for small towns.' ) -version = '1.1.0' +version = '1.2.0' def get_long_description():