Skip to content

Commit 68ca8bb

Browse files
Update to 15.5.0.
1 parent 850918f commit 68ca8bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[project]
22
name = "opcua_webapi"
3-
version = "15.6.0"
3+
version = "15.5.0"
44
description = "OPC UA Web API"
55
authors = [
6-
{name = "OpenAPI Generator Community",email = "[email protected]"},
6+
{name = "OPC Foundation",email = "[email protected]"},
77
]
88
readme = "README.md"
99
keywords = ["OpenAPI", "OpenAPI-Generator", "OPC UA Web API"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# prerequisite: setuptools
2323
# http://pypi.python.org/pypi/setuptools
2424
NAME = "opcua-webapi"
25-
VERSION = "15.6.0"
25+
VERSION = "15.5.0"
2626
PYTHON_REQUIRES = ">= 3.9"
2727
REQUIRES = [
2828
"urllib3 >= 2.1.0, < 3.0.0",
@@ -35,7 +35,7 @@
3535
name=NAME,
3636
version=VERSION,
3737
description="OPC UA Web API",
38-
author="OpenAPI Generator community",
38+
author="OPC Foundation",
3939
author_email="[email protected]",
4040
url="https://github.com/opcfoundation-org/opcua-webapi-python/",
4141
keywords=["OpenAPI", "OpenAPI-Generator", "OPC UA Web API"],

0 commit comments

Comments
 (0)