Skip to content

Commit

Permalink
chore(release): 1.7.3
Browse files Browse the repository at this point in the history
### [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))
  • Loading branch information
semantic-release-bot committed May 12, 2022
1 parent 31eb2a6 commit 5b54cf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion panos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Palo Alto Networks"
__email__ = "[email protected]"
__version__ = "1.7.2"
__version__ = "1.7.3"


import logging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pan-os-python"
version = "1.7.2"
version = "1.7.3"
description = "Framework for interacting with Palo Alto Networks devices via API"
authors = ["Palo Alto Networks <[email protected]>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
long_description=readme,
name="pan-os-python",
version="1.7.2",
version="1.7.3",
description="Framework for interacting with Palo Alto Networks devices via API",
python_requires="!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7",
project_urls={
Expand Down

0 comments on commit 5b54cf2

Please sign in to comment.