diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-10-15 unidecode 0.04.5 + + * Unit test fixes. + 2010-10-12 unidecode 0.04.4 * Unit tests for Python 3 and simplified transliteration @@ -26,7 +26,7 @@ class TestCommand(Command): result = unittest.TextTestRunner(verbosity=2).run(suite) setup(name='Unidecode', - version='0.04.4', + version='0.04.5', description='US-ASCII transliterations of Unicode text', url='http://code.zemanta.com/tsolc/unidecode/', license='Perl', |
