Skip to content

Commit 8e67873

Browse files
chore(release): 1.0.2
### [1.0.2](v1.0.1...v1.0.2) (2020-09-03) ### Bug Fixes * Upgrade pan-python dependency to 0.16.0 ([e0859a2](e0859a2)), closes [#260](#260)
1 parent e0859a2 commit 8e67873

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.0.1"
29+
__version__ = "1.0.2"
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.0.1"
3+
version = "1.0.2"
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.0.1",
26+
version="1.0.2",
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)