Skip to content

Commit a816a2e

Browse files
chore(release): 1.12.2
### [1.12.2](v1.12.1...v1.12.2) (2025-04-30) ### Bug Fixes * account for missing tfin ([#582](#582)) ([0f1c0a5](0f1c0a5))
1 parent fd3e0ab commit a816a2e

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.12.1"
29+
__version__ = "1.12.2"
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.1"
3+
version = "1.12.2"
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)