Skip to content

Commit 96d15d6

Browse files
committed
0.25.0
1 parent ffcb73e commit 96d15d6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

HISTORY.rst

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

4+
0.25.0 (2024-01-06)
5+
-------------------
6+
7+
- Support vsys for import_file().
8+
9+
- pan.xapi.py: In import_file() use dummy string for filename when not
10+
specified and file is bytes; it's a required argument.
11+
12+
- tests/test_xapi_fw_pano_import.py: Fix so test_01 is run and works
13+
with Panorama.
14+
415
0.24.0 (2023-12-26)
516
-------------------
617

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.24.0'
19+
__version__ = '0.25.0'
2020

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

0 commit comments

Comments
 (0)