Skip to content

Commit e4f02e6

Browse files
chore(release): 1.4.0
## [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)
1 parent 5d13e05 commit e4f02e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

panos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
__author__ = "Palo Alto Networks"
2828
__email__ = "[email protected]"
29-
__version__ = "1.3.0"
29+
__version__ = "1.4.0"
3030

3131

3232
import logging

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pan-os-python"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Framework for interacting with Palo Alto Networks devices via API"
55
authors = ["Palo Alto Networks <[email protected]>"]
66
license = "ISC"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
long_description=readme,
2525
name="pan-os-python",
26-
version="1.3.0",
26+
version="1.4.0",
2727
description="Framework for interacting with Palo Alto Networks devices via API",
2828
python_requires="!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4.0,>=2.7",
2929
project_urls={

0 commit comments

Comments
 (0)