Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
## [1.4.0](v1.3.0...v1.4.0) (2021-07-23)

### Features

* Add new HIP options to security rules ([#355](#355)) ([bab35d1](bab35d1)), closes [#345](#345)
* Add RIP support ([#330](#330)) ([7b697fe](7b697fe))
* Audit registered IPs for a specific tag ([5d13e05](5d13e05)), closes [#322](#322)

### Bug Fixes

* Legacy HA interface stubs removed ([8d44951](8d44951)), closes [#350](#350)
  • Loading branch information
semantic-release-bot committed Jul 23, 2021
1 parent 5d13e05 commit e4f02e6
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.3.0"
__version__ = "1.4.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.3.0"
version = "1.4.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.3.0",
version="1.4.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 e4f02e6

Please sign in to comment.