Skip to content

Commit

Permalink
Bumps version to 1.6.0
Browse files Browse the repository at this point in the history
resolves #213, resolves #214, resolves #215, resolves #216

Signed-off-by: mkelly <me@mkelly.dev>
  • Loading branch information
mitchos committed Nov 13, 2023
1 parent 8d7556c commit 6b89d18
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.5'
version = '1.6'
# The full version, including alpha/beta/rc tags
release = '1.5.0'
release = '1.6.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.5.0"
version = "1.6.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.5.0"
__version__ = "1.6.0"

from pyzscaler.zcc import ZCC # noqa
from pyzscaler.zcon import ZCON # noqa
Expand Down

0 comments on commit 6b89d18

Please sign in to comment.