diff options
| author | Tomaz Solc <tomaz.solc@tablix.org> | 2013-09-20 19:13:23 +0200 |
|---|---|---|
| committer | Tomaz Solc <tomaz.solc@tablix.org> | 2013-09-20 20:00:12 +0200 |
| commit | 9e04036c8c5efd2a8aeef02e1bb0133c19f5d29d (patch) | |
| tree | aba02a6d8b62794c956b1b2de78c404cc40d4729 | |
| parent | 5436e123f50b753db40ef07617fa227f131fb9cf (diff) | |
| download | unidecode-9e04036c8c5efd2a8aeef02e1bb0133c19f5d29d.tar.gz | |
Increased version to 0.04.14release-0.04.14
| -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(), |
