Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jan 11, 2020
1 parent 597af59 commit c963b99
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Release History
===============

0.16.0 (2020-01-11)
-------------------

- pan.config: Support 9.1.0 config for set format.

- pan.licapi: 'version' field in request header should use version
attribute and not int(). This was not noticed because version:256
would previously use the current API version of 1. Bug found by
Stacey Sheldon.

- pan.licapi.rst: Document pan.licapi._ApiVersion int() layout
correctly.

- Use 9.1 documentation links.

- panwfapi.py: Fix 'SyntaxWarning: "is" with a literal. Did you mean
"=="?' warning from Python 3.8.

- setup.py: Add Python 3.8.

0.15.0 (2019-07-18)
-------------------

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.15.0'
__version__ = '0.16.0'

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

0 comments on commit c963b99

Please sign in to comment.