Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Dec 27, 2023
1 parent ce1d5ee commit 895ee09
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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.24.0 (2023-12-26)
-------------------

- tests/test_wfapi_cld_web_artifacts.py: Update URL, 0.0.0.0 now has
404 status.

- tests/test_wfapi_cld_submit_url.py: Wait up to 300 seconds for
report to be available.

- tests/test_wfapi_cld_appl_verdict.py: Fix test_04 to work until bug
fixed.

- tests/wfapi_mixin.py: commit missing test file.

- Add support for type=import API request.

0.23.0 (2023-11-19)
-------------------

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.23.0'
__version__ = '0.24.0'

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

0 comments on commit 895ee09

Please sign in to comment.