We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31938a commit f6c4140Copy full SHA for f6c4140
python-lib/dku_constants.py
@@ -2,6 +2,6 @@ class DKUConstants(object):
2
API_RESPONSE_KEY = "api_response"
3
FORBIDDEN_KEYS = ["token", "password", "api_key_value", "secure_token"]
4
FORM_DATA_BODY_FORMAT = "FORM_DATA"
5
- PLUGIN_VERSION = "1.2.3-beta.1"
+ PLUGIN_VERSION = "1.2.3-beta.2"
6
RAW_BODY_FORMAT = "RAW"
7
REPONSE_ERROR_KEY = "dku_error"
0 commit comments