Skip to content

Commit 5b54cf2

Browse files
chore(release): 1.7.3
### [1.7.3](v1.7.2...v1.7.3) (2022-05-12) ### Bug Fixes * **panos.device.SystemSettings:** Add support for proxy config ([#450](#450)) ([ef8c9fc](ef8c9fc)), closes [#230](#230) * **panos.objects.ServiceObject:** Add support for overrides ([#449](#449)) ([130f9a4](130f9a4)), closes [#437](#437) * **panos.policies.SecurityRule:** Param `hip_profiles` is actually removed in PAN-OS 10.0 ([31eb2a6](31eb2a6))
1 parent 31eb2a6 commit 5b54cf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.2"
29+
__version__ = "1.7.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.7.2"
3+
version = "1.7.3"
44
description = "Framework for interacting with Palo Alto Networks devices via API"
55
authors = ["Palo Alto Networks <[email protected]>"]
66
license = "ISC"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
long_description=readme,
2525
name="pan-os-python",
26-
version="1.7.2",
26+
version="1.7.3",
2727
description="Framework for interacting with Palo Alto Networks devices via API",
2828
python_requires="!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7",
2929
project_urls={

0 commit comments

Comments
 (0)