From ffc7346027f76a1a07851dae5c93538cba395bf2 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 21 Jun 2014 14:51:15 -0700 Subject: [PATCH] 0.3.0 --- HISTORY.rst | 18 ++++++++++++++++++ lib/pan/__init__.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3a99aa3..658d2e0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,24 @@ Release History =============== +0.3.0 (2014-06-21) +------------------ + +- PEP8 cleanup. + +- fix unintended _valid_part to valid_part variable name change in + pan.config. + +- handle type=user-id register and unregister response messages. + suggested and initial diff by btorresgil. + +- fix serial number (target API argument) not set in type=commit; + from btorresgil. + +- fix debug print to stdout vs. stderr in pan.xapi. + +- changes for PyPI upload in setup.py. + 0.2.0 (2014-03-22) ------------------ diff --git a/lib/pan/__init__.py b/lib/pan/__init__.py index adb827e..0404d81 100644 --- a/lib/pan/__init__.py +++ b/lib/pan/__init__.py @@ -1 +1 @@ -__version__ = '0.2.0-current' +__version__ = '0.3.0'