From 7869ea3680bb17428e006901ed7e2a79f102c1ef Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Wed, 27 Apr 2022 11:55:32 +0200 Subject: [PATCH] release: v1.7.0 Co-Authored-by: Pascal Repond "] license = "GNU Affero General Public License v3.0" diff --git a/sonar/config_sonar.py b/sonar/config_sonar.py index 7570a34b..98cc2a06 100644 --- a/sonar/config_sonar.py +++ b/sonar/config_sonar.py @@ -521,7 +521,7 @@ """Disable permission checks during API calls. Useful when API is test from command line or progams like postman.""" -SONAR_APP_UI_VERSION = '1.4.3' +SONAR_APP_UI_VERSION = '1.5.0' SONAR_APP_DEFAULT_ORGANISATION = 'global' """Default organisation key.""" diff --git a/sonar/version.py b/sonar/version.py index dc0c620c..3a1ab587 100644 --- a/sonar/version.py +++ b/sonar/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.6.0' +__version__ = '1.7.0'