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

Commit

Permalink
Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Oct 26, 2015
1 parent 3760370 commit 38ad0c8
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 = 0.7.0
current_version = 0.7.1
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
Unreleased
~~~~~~~~~~

0.7.1 (2015-10-26)
~~~~~~~~~~~~~~~~~~~

- Makes sure the page move api only accepts numbers for its ids.
[href]

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


def get_long_description():
Expand Down

0 comments on commit 38ad0c8

Please sign in to comment.