Skip to content

Commit 44c3d3e

Browse files
chore(release): 1.12.1
### [1.12.1](v1.12.0...v1.12.1) (2024-05-31) ### Bug Fixes * **docs:** Need to regenerate docs via a patch release ([#566](#566)) ([cb82b16](cb82b16))
1 parent cb82b16 commit 44c3d3e

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