We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bdc42 commit 423c4fbCopy full SHA for 423c4fb
HISTORY.rst
@@ -1,6 +1,16 @@
1
Release History
2
===============
3
4
+0.14.0 (2018-12-22)
5
+-------------------
6
+
7
+- setup.py: Cleanup and switch to setuptools. Will now also publish
8
+ wheels to PyPI. Classify as Production/Stable.
9
10
+- Rename README.txt to README.rst and shrink.
11
12
+- pan.config: Support 9.0.0 config for set format.
13
14
0.13.0 (2018-04-29)
15
-------------------
16
lib/pan/__init__.py
@@ -16,7 +16,7 @@
17
import logging
18
19
-__version__ = '0.14.0.dev0'
+__version__ = '0.14.0'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments