Skip to content

Commit

Permalink
chore(release): 1.5.1
Browse files Browse the repository at this point in the history
### [1.5.1](v1.5.0...v1.5.1) (2021-09-11)

### Bug Fixes

* Safely check DG hierarchy info ([b143999](b143999))
  • Loading branch information
semantic-release-bot committed Sep 11, 2021
1 parent b143999 commit 0e142cd
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.5.0"
__version__ = "1.5.1"


import logging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pan-os-python"
version = "1.5.0"
version = "1.5.1"
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.5.0",
version="1.5.1",
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 0e142cd

Please sign in to comment.