Skip to content

Commit c9088d5

Browse files
chore(release): 1.2.4
### [1.2.4](v1.2.3...v1.2.4) (2025-05-09) ### Bug Fixes * Fixed Documentation formatting issue ([#277](#277)) ([6ace0f8](6ace0f8))
1 parent 6ace0f8 commit c9088d5

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.3"
3+
version = "1.2.4"
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.3"
32+
__version__ = "1.2.4"
3333

3434

3535
from zscaler.oneapi_client import Client as ZscalerClient # noqa

0 commit comments

Comments
 (0)