From 3b50bea09cf23fa79659f21ceed08ed42b3124ae Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 May 2024 20:28:51 +0000 Subject: [PATCH] chore(release): 0.2.0 ## [0.2.0](https://github.com/zscaler/zscaler-sdk-python/compare/v0.1.8...v0.2.0) (2024-05-14) ### Features * Added Cloud Browser Isolation Endpoints and Tests ([#89](https://github.com/zscaler/zscaler-sdk-python/issues/89)) ([2185263](https://github.com/zscaler/zscaler-sdk-python/commit/2185263ecc59f863a58cc96ab9412a769d07cfb8)) --- pyproject.toml | 2 +- zscaler/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b4c1cbf..ba3dc647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "zscaler-sdk-python" -version = "0.1.8" +version = "0.2.0" description = "Official Python SDK for the Zscaler Products (Beta)" authors = ["Zscaler, Inc. "] license = "MIT" diff --git a/zscaler/__init__.py b/zscaler/__init__.py index 8a7953d7..ff71f22e 100644 --- a/zscaler/__init__.py +++ b/zscaler/__init__.py @@ -29,7 +29,7 @@ __contributors__ = [ "William Guilherme", ] -__version__ = "0.1.8" +__version__ = "0.2.0" from zscaler.zia import ZIAClientHelper # noqa from zscaler.zpa import ZPAClientHelper # noqa