- 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

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

@ -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: