Skip to content

Commit

Permalink
Bumps version to 1.2.0. Resolves #114
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchos committed May 14, 2022
1 parent 224316f commit 48dc787
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docsrc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
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 = "pyzscaler"
version = "1.1.1"
version = "1.2.0"
description = "A python SDK for the Zscaler API."
authors = ["Mitch Kelly <me@mkelly.dev>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyzscaler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48dc787

Please sign in to comment.