Skip to content

Commit aa65898

Browse files
committed
remove beta marker
1 parent dca67b9 commit aa65898

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
@@ -403,7 +403,7 @@ class OSIsoftConstants(object):
403403
"Security": "{base_url}/eventframes/{webid}/security",
404404
"SecurityEntries": "{base_url}/eventframes/{webid}/securityentries"
405405
}
406-
PLUGIN_VERSION = "1.2.3-beta.4"
406+
PLUGIN_VERSION = "1.2.3"
407407
VALUE_COLUMN_SUFFIX = "_val"
408408
WEB_API_PATH = "piwebapi"
409409
WRITE_HEADERS = {'X-Requested-With': 'XmlHttpRequest'}

0 commit comments

Comments
 (0)