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 5f81bf1 commit 2f7f5c3Copy full SHA for 2f7f5c3
HISTORY.rst
@@ -1,6 +1,15 @@
1
Release History
2
===============
3
4
+0.19.0 (2022-04-21)
5
+-------------------
6
+
7
+- NOTE: Python 3 only release; Python 2 support is removed. In
8
+ general will plan to support the supported Python releases (with bug
9
+ and security updates); currently >= 3.7.
10
11
+- Switch to pyproject.toml based build system.
12
13
0.18.0 (2022-04-13)
14
-------------------
15
lib/pan/__init__.py
@@ -16,7 +16,7 @@
16
17
import logging
18
19
-__version__ = '0.18.0'
+__version__ = '0.19.0'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments