Skip to content

Commit

Permalink
0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jan 6, 2024
1 parent ffcb73e commit 96d15d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release History
===============

0.25.0 (2024-01-06)
-------------------

- Support vsys for import_file().

- pan.xapi.py: In import_file() use dummy string for filename when not
specified and file is bytes; it's a required argument.

- tests/test_xapi_fw_pano_import.py: Fix so test_01 is run and works
with Panorama.

0.24.0 (2023-12-26)
-------------------

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

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

0 comments on commit 96d15d6

Please sign in to comment.