Skip to content

Commit

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

### Features

* Add group_tag to all policy rules ([#363](#363)) ([0d5ee4a](0d5ee4a)), closes [#248](#248)

### Bug Fixes

* Custom URL categories 'type' param versioning ([f559047](f559047))
  • Loading branch information
semantic-release-bot committed Sep 9, 2021
1 parent 0d5ee4a commit d3769a8
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.4.0"
__version__ = "1.5.0"


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.4.0"
version = "1.5.0"
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.4.0",
version="1.5.0",
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 d3769a8

Please sign in to comment.