From 4a5536216e44e3a62bc83eae3395fc27f2f4fa60 Mon Sep 17 00:00:00 2001 From: Garfield Freeman Date: Fri, 15 Mar 2019 15:49:53 -0700 Subject: [PATCH] Release 0.7.0 --- HISTORY.rst | 11 ++++++++++- pandevice/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0a7684a5..570e74ab 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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` diff --git a/pandevice/__init__.py b/pandevice/__init__.py index 7218647e..99c1a18d 100755 --- a/pandevice/__init__.py +++ b/pandevice/__init__.py @@ -23,7 +23,7 @@ __author__ = 'Palo Alto Networks' __email__ = 'techpartners@paloaltonetworks.com' -__version__ = '0.6.6' +__version__ = '0.7.0' import logging diff --git a/setup.py b/setup.py index 706abdaa..50e2fb6a 100755 --- a/setup.py +++ b/setup.py @@ -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',