File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11Release 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+
4240.22.0 (2023-03-07)
525-------------------
626
Original file line number Diff line number Diff line change 1616
1717import logging
1818
19- __version__ = '0.22 .0'
19+ __version__ = '0.23 .0'
2020
2121DEBUG1 = logging .DEBUG
2222DEBUG2 = DEBUG1 - 1
You can’t perform that action at this time.
0 commit comments