Skip to content

Commit 895ee09

Browse files
committed
0.24.0
1 parent ce1d5ee commit 895ee09

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

HISTORY.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Release History
22
===============
33

4+
0.24.0 (2023-12-26)
5+
-------------------
6+
7+
- tests/test_wfapi_cld_web_artifacts.py: Update URL, 0.0.0.0 now has
8+
404 status.
9+
10+
- tests/test_wfapi_cld_submit_url.py: Wait up to 300 seconds for
11+
report to be available.
12+
13+
- tests/test_wfapi_cld_appl_verdict.py: Fix test_04 to work until bug
14+
fixed.
15+
16+
- tests/wfapi_mixin.py: commit missing test file.
17+
18+
- Add support for type=import API request.
19+
420
0.23.0 (2023-11-19)
521
-------------------
622

lib/pan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
__version__ = '0.23.0'
19+
__version__ = '0.24.0'
2020

2121
DEBUG1 = logging.DEBUG
2222
DEBUG2 = DEBUG1 - 1

0 commit comments

Comments
 (0)