From b41da4778e2a1368bb9205ba49c801eeec5a0cd1 Mon Sep 17 00:00:00 2001 From: Alexandre Bourret Date: Tue, 24 Oct 2023 11:48:31 +0200 Subject: [PATCH] update beta version --- python-lib/dss_constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-lib/dss_constants.py b/python-lib/dss_constants.py index c8663ed..f32f2d3 100644 --- a/python-lib/dss_constants.py +++ b/python-lib/dss_constants.py @@ -37,7 +37,7 @@ class DSSConstants(object): "sharepoint_oauth": "The access token is missing" } PATH = 'path' - PLUGIN_VERSION = "1.0.15-beta.1" + PLUGIN_VERSION = "1.0.15-beta.2" SECRET_PARAMETERS_KEYS = ["Authorization", "sharepoint_username", "sharepoint_password", "client_secret", "client_certificate", "passphrase"] SITE_APP_DETAILS = { "sharepoint_tenant": "The tenant name is missing",