diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2013-09-20 unidecode 0.04.14 + + * Revert transliteration for Latin characters with umlauts back + to language-neutral, unaccented characters. + * Added transliterations for circled numbers, letters and ordinals. + * Minor fixes to rarely used punctuation characters. + 2013-05-30 unidecode 0.04.13 * Use German transliteration for Latin characters with umlauts. @@ -32,7 +32,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.13', + version='0.04.14', description='ASCII transliterations of Unicode text', license='GPL', long_description=open("README").read(), |
