Skip to content

Commit 2074ac3

Browse files
committed
Version 0.3.5
1 parent 9d9af9b commit 2074ac3

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.rst

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

6+
0.3.5
7+
-----
8+
9+
Released: 2016-07-25
10+
11+
Status: Alpha
12+
13+
Bug fixes and documentation updates
14+
615
0.3.4
716
-----
817

pandevice/__init__.py

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

2525
__author__ = 'Brian Torres-Gil'
2626
__email__ = 'btorres-gil@paloaltonetworks.com'
27-
__version__ = '0.3.4'
27+
__version__ = '0.3.5'
2828

2929

3030
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.3.4',
25+
version='0.3.5',
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='Brian Torres-Gil',

0 commit comments

Comments
 (0)