Skip to content

Commit a5a59c2

Browse files
committed
Bumping to 0.12.0
1 parent 6da0c23 commit a5a59c2

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

HISTORY.rst

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

6+
0.12.0
7+
------
8+
9+
Released: 2019-09-24
10+
11+
Status: Alpha
12+
13+
New Classes:
14+
15+
- `panorama.TemplateVariable`
16+
17+
Other updates:
18+
19+
- New params added to ethernet interfaces
20+
- Fixed `show_system_resources()` for PAN-OS 9.0+
21+
- Added `.rename()` to rename objects.
22+
- Documentation fixes
23+
- Various bug fixes
24+
625
0.11.1
726
------
827

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.11.1'
26+
__version__ = '0.12.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_kwargs = dict(
2525
name='pandevice',
26-
version='0.11.1',
26+
version='0.12.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)