Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jan 19, 2017
1 parent 1068930 commit 39fbf95
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11.10
current_version = 1.12.0
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,9 @@
Changelog
---------

1.12.0 (2017-01-19)
~~~~~~~~~~~~~~~~~~~~~

- Update to latest onegov.org release (with improved design).
[href]

Expand Down
2 changes: 1 addition & 1 deletion onegov/town/theme/town_theme.py
Expand Up @@ -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.10'
version = '1.12.0'

@property
def post_imports(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
description = (
'OneGov web application for small towns.'
)
version = '1.11.10'
version = '1.12.0'


def get_long_description():
Expand Down

0 comments on commit 39fbf95

Please sign in to comment.