Skip to content

Commit cd5b91f

Browse files
chore(release): 1.12.3
### [1.12.3](v1.12.2...v1.12.3) (2025-06-04) ### Bug Fixes * Added check for commit_response text parsing ([#557](#557)) ([2d28ff7](2d28ff7)) * bgp peer properties no longer flipped ([#583](#583)) ([96773b6](96773b6))
1 parent 5372a49 commit cd5b91f

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