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

Commit b522d17

Browse files
author
Marc Sommerhalder
committedNov 5, 2018
Release 3.7.2
1 parent c021f70 commit b522d17

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.7.1
2+
current_version = 3.7.2
33
commit = True
44
tag = True
55
message = Release {new_version}

‎HISTORY.rst

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Changelog
22
---------
3+
3.7.2 (2018-11-05)
4+
~~~~~~~~~~~~~~~~~~~
35

46
- Updates translations.
57
[msom]

‎onegov/election_day/theme/election_day_theme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ElectionDayTheme(BaseTheme):
77

88
# don't touch this number, it's incremented using bumpversion, so every
99
# release will automatically trigger a rebuild of the theme
10-
version = '3.7.1'
10+
version = '3.7.2'
1111

1212
@property
1313
def post_imports(self):

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description = (
55
'OneGov ballot results website used on election day.'
66
)
7-
version = '3.7.1'
7+
version = '3.7.2'
88

99

1010
def get_long_description():

0 commit comments

Comments
 (0)
This repository has been archived.