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

Commit

Permalink
Release 3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Sommerhalder committed Apr 30, 2019
1 parent 55d5405 commit ff981b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.13.2
current_version = 3.13.3
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
---------
3.13.3 (2019-04-30)
~~~~~~~~~~~~~~~~~~~

- Enables sentry in CLI commands.
[msom]
Expand Down
2 changes: 1 addition & 1 deletion onegov/election_day/theme/election_day_theme.py
Original file line number Diff line number Diff line change
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.13.2'
version = '3.13.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
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

name = 'onegov.election_day'
version = '3.13.2'
version = '3.13.3'


def get_long_description():
Expand Down

0 comments on commit ff981b5

Please sign in to comment.