We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb82b16 commit 44c3d3eCopy full SHA for 44c3d3e
panos/__init__.py
@@ -26,7 +26,7 @@
26
27
__author__ = "Palo Alto Networks"
28
__email__ = "devrel@paloaltonetworks.com"
29
-__version__ = "1.12.0"
+__version__ = "1.12.1"
30
31
32
import logging
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pan-os-python"
3
-version = "1.12.0"
+version = "1.12.1"
4
description = "Framework for interacting with Palo Alto Networks devices via API"
5
authors = ["Palo Alto Networks <devrel@paloaltonetworks.com>"]
6
license = "ISC"
0 commit comments