Skip to content

Commit

Permalink
update beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbourret committed Oct 24, 2023
1 parent 68faf92 commit b41da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-lib/dss_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b41da47

Please sign in to comment.