Skip to content

Commit 1011c3f

Browse files
Merge branch 'master' into develop
2 parents 93df66a + f852148 commit 1011c3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

panos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__author__ = "Palo Alto Networks"
2828
__email__ = "[email protected]"
29-
__version__ = "1.11.0"
29+
__version__ = "1.12.0"
3030

3131

3232
import logging

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pan-os-python"
3-
version = "1.11.0"
3+
version = "1.12.0"
44
description = "Framework for interacting with Palo Alto Networks devices via API"
55
authors = ["Palo Alto Networks <[email protected]>"]
66
license = "ISC"

0 commit comments

Comments
 (0)