We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee38ca commit 06a3a05Copy full SHA for 06a3a05
HISTORY.rst
@@ -1,6 +1,17 @@
1
Release History
2
===============
3
4
+0.17.0 (2022-03-19)
5
+-------------------
6
+
7
+- pan.config: Support 10.0.0 and 10.1.0 config for set format.
8
9
+- Use 10.1 documentation links.
10
11
+- pan.config: Support 10.2.0 config for set format.
12
13
+- Use 10.2 documentation links.
14
15
0.16.0 (2020-01-11)
16
-------------------
17
lib/pan/__init__.py
@@ -16,7 +16,7 @@
import logging
18
19
-__version__ = '0.16.0'
+__version__ = '0.17.0'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments