Skip to content

Commit

Permalink
chore(release): 1.7.2
Browse files Browse the repository at this point in the history
### [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
semantic-release-bot committed Apr 27, 2022
1 parent 20dd7b7 commit 745b8c8
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
Expand Up @@ -26,7 +26,7 @@

__author__ = "Palo Alto Networks"
__email__ = "devrel@paloaltonetworks.com"
__version__ = "1.7.1"
__version__ = "1.7.2"


import logging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -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 <devrel@paloaltonetworks.com>"]
license = "ISC"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
setup(
long_description=readme,
name="pan-os-python",
version="1.7.1",
version="1.7.2",
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 745b8c8

Please sign in to comment.