Skip to content

Commit 709c14d

Browse files
committed
removing the beta tag
1 parent 959ce40 commit 709c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-lib/osisoft_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class OSIsoftConstants(object):
405405
"Security": "{base_url}/eventframes/{webid}/security",
406406
"SecurityEntries": "{base_url}/eventframes/{webid}/securityentries"
407407
}
408-
PLUGIN_VERSION = "1.3.2-beta.1"
408+
PLUGIN_VERSION = "1.3.2"
409409
VALUE_COLUMN_SUFFIX = "_val"
410410
WEB_API_PATH = "piwebapi"
411411
WRITE_HEADERS = {'X-Requested-With': 'XmlHttpRequest'}

0 commit comments

Comments
 (0)