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

Commit cb62373

Browse files
author
Denis Krienbühl
committed
Release 0.40.8
1 parent 85d136d commit cb62373

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.40.7
2+
current_version = 0.40.8
33
commit = True
44
tag = True
55
message = Release {new_version}

HISTORY.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
---------
33

4+
0.40.8 (2018-11-08)
5+
~~~~~~~~~~~~~~~~~~~
6+
47
- Adds 'button' role to more links.
58
[href]
69

onegov/org/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class OrgApp(Framework, LibresIntegration, ElasticsearchApp, MapboxApp,
3838
directory_search_widget = directive(directives.DirectorySearchWidgetAction)
3939

4040
#: the version of this application (do not change manually!)
41-
version = '0.40.7'
41+
version = '0.40.8'
4242

4343
def is_allowed_application_id(self, application_id):
4444
""" Stops onegov.server from ever passing the request to the org

onegov/org/theme/org_theme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class OrgTheme(BaseTheme):
1616

1717
# don't touch this number, it's incremented using bumpversion, so every
1818
# release will automatically trigger a rebuild of the theme
19-
version = '0.40.7'
19+
version = '0.40.8'
2020

2121
@property
2222
def default_options(self):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
description = (
55
'A OneGov Cloud base application for organisations.'
66
)
7-
version = '0.40.7'
7+
version = '0.40.8'
88

99

1010
def get_long_description():

0 commit comments

Comments
 (0)