Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shinmog committed Mar 15, 2019
1 parent f439fec commit 4a55362
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,24 @@
History
=======

0.7.0
0.7.1
-----

Released: Pending

Status: Alpha

0.7.0
-----

Released: 2019-03-15

Status: Alpha

- Added `next-vr` as an option for static route next hop types
- Updated `set_vsys()` / `set_virtual_router()` / `set_vlan()` / `set_zone()` work with templates and template stacks
- Added panorama functions for VM auth keys
- Added child object support for template stacks
- Added `objects.CustomUrlCategory`
- Added `network.Bgp`
- Added `network.RedistributionProfile`
Expand Down
2 changes: 1 addition & 1 deletion pandevice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__author__ = 'Palo Alto Networks'
__email__ = '[email protected]'
__version__ = '0.6.6'
__version__ = '0.7.0'


import logging
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='pandevice',
version='0.6.6',
version='0.7.0',
description='Framework for interacting with Palo Alto Networks devices via API',
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.',
author='Palo Alto Networks',
Expand Down

0 comments on commit 4a55362

Please sign in to comment.