diff --git a/docsrc/conf.py b/docsrc/conf.py index 4e87974..a01cd77 100644 --- a/docsrc/conf.py +++ b/docsrc/conf.py @@ -25,9 +25,9 @@ html_title = "" # The short X.Y version -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags -release = '1.1.1' +release = '1.2.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5ac37de..4d0f656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyzscaler" -version = "1.1.1" +version = "1.2.0" description = "A python SDK for the Zscaler API." authors = ["Mitch Kelly "] license = "MIT" diff --git a/pyzscaler/__init__.py b/pyzscaler/__init__.py index da8d0e2..a12d467 100644 --- a/pyzscaler/__init__.py +++ b/pyzscaler/__init__.py @@ -4,7 +4,7 @@ "Dax Mickelson", "Jacob GĂ„rder", ] -__version__ = "1.1.1" +__version__ = "1.2.0" from pyzscaler.zcc import ZCC # noqa from pyzscaler.zia import ZIA # noqa