diff options
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2010-10-12 unidecode 0.04.4 + + * Unit tests for Python 3 and simplified transliteration + code (thanks to Thomas Kluyver) + * Support for mathematical versions of latin and greek alphabets + and digits. + 2010-01-12 unidecode 0.04.3 * Corrected transliteration for Cyrillic alphabet @@ -26,7 +26,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.3', + version='0.04.4', description='US-ASCII transliterations of Unicode text', url='http://code.zemanta.com/tsolc/unidecode/', license='Perl', |
