Skip to content

Commit

Permalink
chore(release): 0.1.5
Browse files Browse the repository at this point in the history
### [0.1.5](v0.1.4...v0.1.5) (2024-04-26)

### Bug Fixes

* Update ZPA LSS clientTypes and log formats to new lss v2 endpoint ([#77](#77)) ([3a693ed](3a693ed))
  • Loading branch information
semantic-release-bot committed Apr 26, 2024
1 parent 3a693ed commit ddba82d
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 = "0.1.4"
version = "0.1.5"
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__ = "0.1.4"
__version__ = "0.1.5"

from zscaler.zia import ZIAClientHelper # noqa
from zscaler.zpa import ZPAClientHelper # noqa

0 comments on commit ddba82d

Please sign in to comment.