We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efdcd4 commit f26f9a3Copy full SHA for f26f9a3
2 files changed
panos/__init__.py
@@ -26,7 +26,7 @@
26
27
__author__ = "Palo Alto Networks"
28
__email__ = "devrel@paloaltonetworks.com"
29
-__version__ = "1.12.3"
+__version__ = "1.12.4"
30
31
32
import logging
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pan-os-python"
3
-version = "1.12.3"
+version = "1.12.4"
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