-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [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))
- Loading branch information
1 parent
cb82b16
commit 44c3d3e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
|
||
__author__ = "Palo Alto Networks" | ||
__email__ = "[email protected]" | ||
__version__ = "1.12.0" | ||
__version__ = "1.12.1" | ||
|
||
|
||
import logging | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pan-os-python" | ||
version = "1.12.0" | ||
version = "1.12.1" | ||
description = "Framework for interacting with Palo Alto Networks devices via API" | ||
authors = ["Palo Alto Networks <[email protected]>"] | ||
license = "ISC" | ||
|