Skip to content

Commit c3b6fd1

Browse files
committed
Bump version to 0.6.4
1 parent beddc80 commit c3b6fd1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

HISTORY.rst

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

6+
0.6.4
7+
-----
8+
9+
Released: 2018-07-10
10+
11+
Status: Alpha
12+
13+
- Added .move() function to move config elements
14+
- Added objects.SecurityProfileGroup
15+
- Added "devices" param to panorama.TemplateStack
16+
- Added dynamic NAT translation support for PAN-OS 8.1+
17+
- Fixed ha.HighAvailability for PAN-OS 8.1+
18+
619
0.6.3
720
-----
821

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.6.3'
26+
__version__ = '0.6.4'
2727

2828

2929
import logging

setup.py

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

2424
setup(
2525
name='pandevice',
26-
version='0.6.3',
26+
version='0.6.4',
2727
description='Framework for interacting with Palo Alto Networks devices via API',
2828
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.',
2929
author='Palo Alto Networks',

0 commit comments

Comments
 (0)