Skip to content

Commit

Permalink
Release 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Dec 22, 2017
1 parent 016910c commit 52cb607
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.12
current_version = 1.3.13
commit = True
tag = True
message = Release {new_version}
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
@@ -1,5 +1,7 @@
Changelog
---------
1.3.13 (2017-12-22)
~~~~~~~~~~~~~~~~~~~

- Switches to onegov core's custom json module.
[href]
Expand Down
2 changes: 1 addition & 1 deletion onegov/feriennet/app.py
Expand Up @@ -34,7 +34,7 @@
class FeriennetApp(OrgApp):

#: the version of this application (do not change manually!)
version = '1.3.12'
version = '1.3.13'

request_class = FeriennetRequest

Expand Down
2 changes: 1 addition & 1 deletion onegov/feriennet/theme/feriennet_theme.py
Expand Up @@ -14,7 +14,7 @@ class FeriennetTheme(OrgTheme):

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

@property
def post_imports(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
description = (
'Ferienpass Management for Pro Juventute'
)
version = '1.3.12'
version = '1.3.13'


def get_long_description():
Expand Down

0 comments on commit 52cb607

Please sign in to comment.