Skip to content

Commit 249ae0f

Browse files
committed
Bump to 0.10.0
1 parent ce3aec1 commit 249ae0f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HISTORY.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33
History
44
=======
55

6-
0.9.2
6+
0.11.0
77
-----
88

99
Released: Pending
1010

1111
Status: Alpha
1212

13+
0.10.0
14+
------
15+
16+
Released: 2019-05-07
17+
18+
Status: Alpha
19+
20+
- Added `device.Telemetry`
21+
1322
0.9.1
1423
-----
1524

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.9.1'
26+
__version__ = '0.10.0'
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.9.1',
26+
version='0.10.0',
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)