We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535b147 commit ffc7346Copy full SHA for ffc7346
HISTORY.rst
@@ -1,6 +1,24 @@
1
Release History
2
===============
3
4
+0.3.0 (2014-06-21)
5
+------------------
6
+
7
+- PEP8 cleanup.
8
9
+- fix unintended _valid_part to valid_part variable name change in
10
+ pan.config.
11
12
+- handle type=user-id register and unregister response messages.
13
+ suggested and initial diff by btorresgil.
14
15
+- fix serial number (target API argument) not set in type=commit;
16
+ from btorresgil.
17
18
+- fix debug print to stdout vs. stderr in pan.xapi.
19
20
+- changes for PyPI upload in setup.py.
21
22
0.2.0 (2014-03-22)
23
------------------
24
lib/pan/__init__.py
@@ -1 +1 @@
-__version__ = '0.2.0-current'
+__version__ = '0.3.0'
0 commit comments