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

Commit

Permalink
Release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Jan 18, 2018
1 parent 8779c13 commit 648693d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.12.2
current_version = 1.12.3
commit = True
tag = True
message = Release {new_version}
Expand All @@ -9,13 +9,14 @@ search = version = '{current_version}'
replace = version = '{new_version}'

[bumpversion:file:HISTORY.rst]
search =
search =
---------
replace =
replace =
---------
{new_version} ({now:%Y-%m-%d})
~~~~~~~~~~~~~~~~~~~

[bumpversion:file:onegov/gazette/theme/gazette_theme.py]
search = version = '{current_version}'
replace = version = '{new_version}'

2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
---------
1.12.3 (2018-01-18)
~~~~~~~~~~~~~~~~~~~

- Adds a print only option to notices.
[msom]
Expand Down
2 changes: 1 addition & 1 deletion onegov/gazette/theme/gazette_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GazetteTheme(BaseTheme):

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

@property
def post_imports(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
description = (
'OneGov official notices website.'
)
version = '1.12.2'
version = '1.12.3'


def get_long_description():
Expand Down

0 comments on commit 648693d

Please sign in to comment.