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

Commit

Permalink
Release 1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Oct 15, 2018
1 parent e10adf9 commit 8cc5c63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.15.4
current_version = 1.15.5
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
---------
1.15.5 (2018-10-15)
~~~~~~~~~~~~~~~~~~~~~

- Adds support for the latest onegov.org release.
[href]
Expand Down
2 changes: 1 addition & 1 deletion onegov/town/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class TownApp(OrgApp):

#: the version of this application (do not change manually!)
version = '1.15.4'
version = '1.15.5'

def configure_organisation(self, **cfg):
cfg.setdefault('enable_user_registration', False)
Expand Down
2 changes: 1 addition & 1 deletion onegov/town/theme/town_theme.py
Original file line number Diff line number Diff line change
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.15.4'
version = '1.15.5'

@property
def post_imports(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description = (
'OneGov web application for small towns.'
)
version = '1.15.4'
version = '1.15.5'


def get_long_description():
Expand Down

0 comments on commit 8cc5c63

Please sign in to comment.