Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
## [0.10.0](v0.9.7...v0.10.0) (2024-11-16)

### Features

* Added ZIA Pac Files endpoint resources ([#205](#205)) ([25189b9](25189b9))
  • Loading branch information
semantic-release-bot committed Nov 16, 2024
1 parent 25189b9 commit b4f340a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0"
version = "0.10.0"
description = "Official Python SDK for the Zscaler Products (Beta)"
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.0.0"
__version__ = "0.10.0"

from zscaler.zdx import ZDXClientHelper # noqa
from zscaler.zia import ZIAClientHelper # noqa
Expand Down

0 comments on commit b4f340a

Please sign in to comment.