We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cf9fa commit 73057c9Copy full SHA for 73057c9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "zscaler-sdk-python"
3
-version = "1.2.1"
+version = "1.2.2"
4
description = "Official Python SDK for the Zscaler Products"
5
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
6
license = "MIT"
zscaler/__init__.py
@@ -29,7 +29,7 @@
29
__contributors__ = [
30
"William Guilherme",
31
]
32
-__version__ = "1.2.1"
+__version__ = "1.2.2"
33
34
35
from zscaler.oneapi_client import Client as ZscalerClient # noqa
0 commit comments