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

Commit

Permalink
Release 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Sep 21, 2018
1 parent 6aec313 commit 216d764
Show file tree
Hide file tree
Showing 5 changed files with 7 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 = 0.35.1
current_version = 0.35.2
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.35.2 (2018-09-21)
~~~~~~~~~~~~~~~~~~~

- Moves keyword converters to their own file.
[href]

Expand Down
2 changes: 1 addition & 1 deletion onegov/org/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class OrgApp(Framework, LibresIntegration, ElasticsearchApp, MapboxApp,
directory_search_widget = directive(directives.DirectorySearchWidgetAction)

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

def is_allowed_application_id(self, application_id):
""" Stops onegov.server from ever passing the request to the org
Expand Down
2 changes: 1 addition & 1 deletion onegov/org/theme/org_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OrgTheme(BaseTheme):

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

@property
def default_options(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 = (
'A OneGov Cloud base application for organisations.'
)
version = '0.35.1'
version = '0.35.2'


def get_long_description():
Expand Down

0 comments on commit 216d764

Please sign in to comment.