Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Release 1.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed May 16, 2019
1 parent f9c82ca commit 2e5dd8c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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 = 1.6.9
current_version = 1.6.10
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
---------
1.6.10 (2019-05-16)
~~~~~~~~~~~~~~~~~~~

- Changes donation texts and adds a customizable description.
[href]
Expand Down
2 changes: 1 addition & 1 deletion onegov/feriennet/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
class FeriennetApp(OrgApp):

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

request_class = FeriennetRequest

Expand Down
2 changes: 1 addition & 1 deletion onegov/feriennet/theme/feriennet_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.6.9'
version = '1.6.10'

@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 = (
'Ferienpass Management for Pro Juventute'
)
version = '1.6.9'
version = '1.6.10'


def get_long_description():
Expand Down

0 comments on commit 2e5dd8c

Please sign in to comment.