Skip to content

Commit 423c4fb

Browse files
committed
0.14.0
1 parent 67bdc42 commit 423c4fb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.rst

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release History
22
===============
33

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+
414
0.13.0 (2018-04-29)
515
-------------------
616

lib/pan/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import logging
1818

19-
__version__ = '0.14.0.dev0'
19+
__version__ = '0.14.0'
2020

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

0 commit comments

Comments
 (0)