Skip to content

Commit 2f7f5c3

Browse files
committed
0.19.0
1 parent 5f81bf1 commit 2f7f5c3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

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

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+
413
0.18.0 (2022-04-13)
514
-------------------
615

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.18.0'
19+
__version__ = '0.19.0'
2020

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

0 commit comments

Comments
 (0)