We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcb73e commit 96d15d6Copy full SHA for 96d15d6
HISTORY.rst
@@ -1,6 +1,17 @@
1
Release History
2
===============
3
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
15
0.24.0 (2023-12-26)
16
-------------------
17
lib/pan/__init__.py
@@ -16,7 +16,7 @@
import logging
18
19
-__version__ = '0.24.0'
+__version__ = '0.25.0'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments