Skip to content

Commit

Permalink
release: v0.7.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
  • Loading branch information
Sébastien Délèze committed Nov 13, 2020
1 parent 1a5799e commit 6624e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonar/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"""Disable permission checks during API calls. Useful when API is test from
command line or progams like postman."""

SONAR_APP_UI_VERSION = '0.4.0'
SONAR_APP_UI_VERSION = '0.5.0'

SONAR_APP_DEFAULT_ORGANISATION = 'global'
"""Default organisation key."""
Expand Down
2 changes: 1 addition & 1 deletion sonar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '0.6.0'
__version__ = '0.7.0'

0 comments on commit 6624e73

Please sign in to comment.