-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [1.8.1](v1.8.0...v1.8.1) (2023-02-22) ### Bug Fixes * layer2 interface creation ([#496](#496)) ([424c74c](424c74c))
- Loading branch information
1 parent
424c74c
commit 0ecde30
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.8.0" | ||
__version__ = "1.8.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.8.0" | ||
version = "1.8.1" | ||
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