Skip to content

Commit 47c6ba9

Browse files
chore(release): 1.12.6
### [1.12.6](v1.12.5...v1.12.6) (2026-05-15) ### Bug Fixes * Escape user-controlled values in constructed XML commands ([86c7f11](86c7f11)) * quote XPath string literals via _xpath_safe helper ([a82c8af](a82c8af)) * replace distutils.version.LooseVersion for Python 3.12+ compatibility ([549c440](549c440)), closes [#580](#580)
1 parent e3e1336 commit 47c6ba9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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__ = "devrel@paloaltonetworks.com"
29-
__version__ = "1.12.5"
29+
__version__ = "1.12.6"
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.12.5"
3+
version = "1.12.6"
44
description = "Framework for interacting with Palo Alto Networks devices via API"
55
authors = ["Palo Alto Networks <devrel@paloaltonetworks.com>"]
66
license = "ISC"

0 commit comments

Comments
 (0)