Skip to content

Commit dbc61de

Browse files
committed
Version 0.4.1
1 parent 8089f0e commit dbc61de

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

HISTORY.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
History
44
=======
55

6+
0.4.1
7+
-----
8+
9+
Released: 2017-05-12
10+
11+
Status: Alpha
12+
13+
- Add: Support new HA error added in PAN-OS 7.1
14+
- Fix: Issue where existing references are sometimes removed when adding a new reference
15+
- Fix: AttributeError on None when refreshing device-groups and none exist yet
16+
617
0.4.0
718
-----
819

pandevice/__init__.py

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

2424
__author__ = 'Palo Alto Networks'
2525
__email__ = '[email protected]'
26-
__version__ = '0.4.0-develop'
26+
__version__ = '0.4.1'
2727

2828

2929
import logging

setup.py

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

2323
setup(
2424
name='pandevice',
25-
version='0.4.0-develop',
25+
version='0.4.1',
2626
description='Framework for interacting with Palo Alto Networks devices via API',
2727
long_description='The Palo Alto Networks Device Framework is a way to interact with Palo Alto Networks devices (including Next-generation Firewalls and Panorama) using the device API that is object oriented and conceptually similar to interaction with the device via the GUI or CLI.',
2828
author='Palo Alto Networks',

0 commit comments

Comments
 (0)