From fa1231a912749977778808eb1057ee63c07e4331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Krienb=C3=BChl?= Date: Wed, 12 Aug 2015 11:02:52 +0200 Subject: [PATCH] Release 0.3.6 --- .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 7868874..622b406 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.5 +current_version = 0.3.6 commit = True tag = True message = Release {new_version} diff --git a/HISTORY.rst b/HISTORY.rst index 6d75da5..8687c7e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,9 @@ Changelog Unreleased ~~~~~~~~~~ +0.3.6 (2015-08-12) +~~~~~~~~~~~~~~~~~~~ + - Makes sure that all person links are valid. [href] diff --git a/onegov/town/theme/town_theme.py b/onegov/town/theme/town_theme.py index c186880..f4a784a 100644 --- a/onegov/town/theme/town_theme.py +++ b/onegov/town/theme/town_theme.py @@ -16,7 +16,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 = '0.3.5' + version = '0.3.6' @property def default_options(self): diff --git a/setup.py b/setup.py index 393b8f0..a3c82c2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ description = ( 'OneGov web application for small towns.' ) -version = '0.3.5' +version = '0.3.6' def get_long_description():