-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [1.7.2](v1.7.1...v1.7.2) (2022-04-27) ### Bug Fixes * **panos.base.PanObject.refresh_variable:** Refresh works again for regular and attrib style params ([#446](#446)) ([20dd7b7](20dd7b7)), closes [#444](#444) * **panos.policies.SecurityRule:** `hip-profiles` removed from v10.1.5+ ([#442](#442)) ([ab4d088](ab4d088)), closes [#441](#441)
- Loading branch information
1 parent
20dd7b7
commit 745b8c8
Showing
3 changed files
with
3 additions
and
3 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.7.1" | ||
__version__ = "1.7.2" | ||
|
||
|
||
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.7.1" | ||
version = "1.7.2" | ||
description = "Framework for interacting with Palo Alto Networks devices via API" | ||
authors = ["Palo Alto Networks <[email protected]>"] | ||
license = "ISC" | ||
|
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