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

Commit

Permalink
Release 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Jul 17, 2017
1 parent adec996 commit 57bbb29
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.13.1
current_version = 1.13.2
commit = True
tag = True
message = Release {new_version}
Expand All @@ -13,7 +13,6 @@ search =
---------
replace =
---------

{new_version} ({now:%Y-%m-%d})
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
@@ -1,5 +1,7 @@
Changelog
---------
1.13.2 (2017-07-17)
~~~~~~~~~~~~~~~~~~~~~

- Fixes failing tests.
[msom]
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.13.1'
version = '1.13.2'

@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.13.1'
version = '1.13.2'


def get_long_description():
Expand Down

0 comments on commit 57bbb29

Please sign in to comment.