Skip to content

Commit a7b4837

Browse files
committed
0.23.0
1 parent 6f1108a commit a7b4837

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

HISTORY.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Release History
22
===============
33

4+
0.23.0 (2023-11-19)
5+
-------------------
6+
7+
- Rename test filename, log() method does not support Panorama to
8+
device redirection.
9+
10+
- Use 11.1 documentation links.
11+
12+
- pan.xapi, pan.xapi.rst, panxapi.rst: Modified version of
13+
https://github.com/kevinsteves/pan-python/pull/54
14+
from Matthew Kazmar.
15+
16+
type=export request supports target argument.
17+
18+
- tests/test_xapi_fw_tgt_multi_config.py: PAN-196392 is fixed.
19+
20+
- tests/test_xapi_fw_tgt_multi_config.py: Error message changed.
21+
22+
- pan.config: Support 11.1.0 config for set format.
23+
424
0.22.0 (2023-03-07)
525
-------------------
626

lib/pan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

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

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

0 commit comments

Comments
 (0)