From bd1b7874a09f9a95df0ae498d4672fb131e8fdb7 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Sun, 11 May 2014 20:22:07 +0200 Subject: Increased version to 0.04.15 --- ChangeLog | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 773768d..7adc54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-05-11 unidecode 0.04.15 + + * Fixed transliteration of Chinese character "Yi". (thanks to Yao Zuo) + 2013-09-20 unidecode 0.04.14 * Revert transliteration for Latin characters with umlauts back diff --git a/setup.py b/setup.py index 6dfdaeb..cd42fd5 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.14', + version='0.04.15', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), -- cgit v1.2.1