- for release 0.14.1

This commit is contained in:
liris
2014-05-20 07:56:04 +09:00
parent c793ac4bfe
commit 99c8cf45dd
2 changed files with 5 additions and 1 deletions

View File

@@ -143,6 +143,10 @@ example::
ChangeLog ChangeLog
============ ============
- v0.14.1
- fixed to work on Python2.6 (#83)
- v0.14.0 - v0.14.0
- Support python 3(#73) - Support python 3(#73)

View File

@@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
import sys import sys
VERSION = "0.14.0" VERSION = "0.14.1"
install_requires = ["six"] install_requires = ["six"]
if sys.version_info[0] == 2: if sys.version_info[0] == 2: