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

Commit

Permalink
Release 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Jul 6, 2018
1 parent 7bd037c commit 8bdb7f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.6.0
current_version = 3.6.1
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
@@ -1,5 +1,7 @@
Changelog
---------
3.6.1 (2018-07-06)
~~~~~~~~~~~~~~~~~~~

- Fixes percentages of votes aggregations.
[msom]
Expand Down
2 changes: 1 addition & 1 deletion onegov/election_day/theme/election_day_theme.py
Expand Up @@ -7,7 +7,7 @@ class ElectionDayTheme(BaseTheme):

# don't touch this number, it's incremented using bumpversion, so every
# release will automatically trigger a rebuild of the theme
version = '3.6.0'
version = '3.6.1'

@property
def post_imports(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
description = (
'OneGov ballot results website used on election day.'
)
version = '3.6.0'
version = '3.6.1'


def get_long_description():
Expand Down

0 comments on commit 8bdb7f1

Please sign in to comment.