Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed May 28, 2017
1 parent 2d27540 commit ea0565f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release History
===============

0.12.0 (2017-05-28)
-------------------

- Add documentation for panafapi.py.

- Documentation fixes.

- panxapi.py: For json.dumps() use separators=(',', ': ') so -j output
is the same with py2 and py3 (this is the default when indent is not
None starting in 3.4).

- panxapi.py: Allow -t '' which is the same as no tag but can also be
used to create tag-less entries for a .panrc.

- pan.config: Quote set argument with single quotes if it contains a
double quote.

0.11.0 (2017-03-31)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/pan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import logging

__version__ = '0.11.0-current'
__version__ = '0.12.0'

DEBUG1 = logging.DEBUG
DEBUG2 = DEBUG1 - 1
Expand Down

0 comments on commit ea0565f

Please sign in to comment.