Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Zscaler Python SDK Changelog

## 1.9.36 (July 7, 2026)

### Notes

- Python Versions: **v3.9, v3.10, v3.11, v3.12**

### Bug Fixes

* [PR #543](https://github.com/zscaler/zscaler-sdk-python/issues/543) - Fixed ZCELL Sim Handling model details.

## 1.9.35 (July 6, 2026)

### Notes
Expand Down
4 changes: 2 additions & 2 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
html_title = ""

# The short X.Y version
version = "1.9.32"
version = "1.9.36"
# The full version, including alpha/beta/rc tags
release = "1.9.32"
release = "1.9.36"

# -- General configuration ---------------------------------------------------

Expand Down
13 changes: 13 additions & 0 deletions docsrc/zs/guides/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Release Notes
Zscaler Python SDK Changelog
----------------------------

1.9.36 (July 7, 2026)
---------------------------

Notes
-------

- Python Versions: **v3.9, v3.10, v3.11, v3.12**

Bug Fixes
---------

(`#543 <https://github.com/zscaler/zscaler-sdk-python/pull/543>`_) - Fixed ZCELL Sim Handling model details.

1.9.35 (July 6, 2026)
---------------------------

Expand Down
3 changes: 2 additions & 1 deletion docsrc/zs/zcell/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ZCELL
This package covers the Zscaler Cellular interface.

.. toctree::
:maxdepth: 1
:glob:
:hidden:

Expand All @@ -12,4 +13,4 @@ This package covers the Zscaler Cellular interface.
.. automodule:: zscaler.zcell
:members:
:undoc-members:
:show-inheritance:
:show-inheritance:
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zscaler-sdk-python"
version = "1.9.35"
version = "1.9.36"
description = "Official Python SDK for the Zscaler Products"
authors = ["Zscaler, Inc. <devrel@zscaler.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion zscaler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__contributors__ = [
"William Guilherme",
]
__version__ = "1.9.35"
__version__ = "1.9.36"


from zscaler.oneapi_client import Client as ZscalerClient # noqa
Loading
Loading