Skip to content

Commit f26f9a3

Browse files
chore(release): 1.12.4
### [1.12.4](v1.12.3...v1.12.4) (2026-02-24) ### Bug Fixes * logical routers attachable to vsys objects [#605](#605) ([0447150](0447150))
1 parent 8efdcd4 commit f26f9a3

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