diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:22:07 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2014-05-11 20:22:07 +0200 |
| commit | bd1b7874a09f9a95df0ae498d4672fb131e8fdb7 (patch) | |
| tree | 99e8628af4575ccb21c3332562da3711e891ca7e | |
| parent | c41dd1d3ded7d508c3cea9dfd813ceb94167e5fb (diff) | |
| download | unidecode-bd1b7874a09f9a95df0ae498d4672fb131e8fdb7.tar.gz | |
Increased version to 0.04.15release-0.04.15
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 @@ -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(), |
