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

Commit

Permalink
Release 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed May 30, 2016
1 parent b7d9a1c commit f797bb0
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.8.0
current_version = 1.8.1
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
@@ -1,6 +1,9 @@
Changelog
---------

1.8.1 (2016-05-30)
~~~~~~~~~~~~~~~~~~~

- Fixes empty reservation card leading to a view with insufficent permissions.
[href]

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

@property
def default_options(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.8.0'
version = '1.8.1'


def get_long_description():
Expand Down

0 comments on commit f797bb0

Please sign in to comment.