Skip to content

Commit 73057c9

Browse files
chore(release): 1.2.2
### [1.2.2](v1.2.1...v1.2.2) (2025-05-07) ### Bug Fixes * Fixed pagination, models and logging ([#274](#274)) ([63cf9fa](63cf9fa))
1 parent 63cf9fa commit 73057c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zscaler-sdk-python"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "Official Python SDK for the Zscaler Products"
55
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
66
license = "MIT"

zscaler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
__contributors__ = [
3030
"William Guilherme",
3131
]
32-
__version__ = "1.2.1"
32+
__version__ = "1.2.2"
3333

3434

3535
from zscaler.oneapi_client import Client as ZscalerClient # noqa

0 commit comments

Comments
 (0)