Skip to content

Commit 2f6be71

Browse files
chore(release): 1.0.1
### [1.0.1](v1.0.0...v1.0.1) (2020-08-31) ### Bug Fixes * Fix NameError in refresh_devices() ([d4a9c3f](d4a9c3f)), closes [#257](#257)
1 parent 3d5347a commit 2f6be71

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