Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jul 18, 2019
1 parent 4adddf1 commit f3a8ee4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release History
===============

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

- pan.afapi: Automatic int conversions have been deprecated in
Python3. See: https://bugs.python.org/issue27672

- Use 9.0 documentation links.

- pan.wfapi, panwfapi.py, pan.wfapi.rst, panwfapi.rst: Add support for
retrieving additional malware test file types.

- pycodestyle fixes.

- pan.licapi, pan.afapi: Remove verbose argument from namedtuple() for
Python 3.7. From Michael Richardson.

0.14.0 (2018-12-22)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions lib/pan/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2013-2018 Kevin Steves <[email protected]>
# Copyright (c) 2013-2019 Kevin Steves <[email protected]>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
Expand All @@ -16,7 +16,7 @@

import logging

__version__ = '0.15.0.dev1'
__version__ = '0.15.0'

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

0 comments on commit f3a8ee4

Please sign in to comment.