Skip to content

Commit 3098ca0

Browse files
committed
bumping version to 0.5.3
1 parent 26bada2 commit 3098ca0

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,6 @@ ENV/
7474

7575
# Configtree diagram generated by sphinx
7676
docs/_diagrams
77+
78+
# vim swap files
79+
*.swp

HISTORY.rst

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

6+
0.5.3
7+
-----
8+
9+
Released: 2018-01-30
10+
11+
Status: Alpha
12+
13+
- Added: `network.IkeGateway`
14+
- Added: `network.IpsecTunnel`
15+
- Added: `network.IpsecTunnelIpv4ProxyId`
16+
- Added: `network.IpsecTunnelIpv6ProxyId`
17+
- Added: `network.IpsecCryptoProfile`
18+
- Added: `network.IkeCryptoProfile`
19+
- Fix: `enable_ipv6` XPath for various network interface has been corrected
20+
21+
622
0.5.2
723
-----
824

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__ = 'techpartners@paloaltonetworks.com'
26-
__version__ = '0.5.2'
26+
__version__ = '0.5.3'
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.5.2',
26+
version='0.5.3',
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)