- for release 0.14.1
This commit is contained in:
parent
c793ac4bfe
commit
99c8cf45dd
@ -143,6 +143,10 @@ example::
|
||||
ChangeLog
|
||||
============
|
||||
|
||||
- v0.14.1
|
||||
|
||||
- fixed to work on Python2.6 (#83)
|
||||
|
||||
- v0.14.0
|
||||
|
||||
- Support python 3(#73)
|
||||
|
2
setup.py
2
setup.py
@ -1,7 +1,7 @@
|
||||
from setuptools import setup
|
||||
import sys
|
||||
|
||||
VERSION = "0.14.0"
|
||||
VERSION = "0.14.1"
|
||||
|
||||
install_requires = ["six"]
|
||||
if sys.version_info[0] == 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user