From 5a41e6f7430a10e473b8d160144390fe13e7bf69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=CC=81bastien=20De=CC=81le=CC=80ze?= Date: Fri, 12 Feb 2021 14:48:39 +0100 Subject: [PATCH] dependencies: upgrade `sonar-ui` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrades `sonar-ui` to version 1.0.1. Co-Authored-by: Sébastien Délèze --- sonar/modules/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar/modules/config.py b/sonar/modules/config.py index d6623ec0..9f11fa64 100644 --- a/sonar/modules/config.py +++ b/sonar/modules/config.py @@ -45,7 +45,7 @@ """Disable permission checks during API calls. Useful when API is test from command line or progams like postman.""" -SONAR_APP_UI_VERSION = '0.5.0' +SONAR_APP_UI_VERSION = '1.0.1' SONAR_APP_DEFAULT_ORGANISATION = 'global' """Default organisation key."""