From 9e04036c8c5efd2a8aeef02e1bb0133c19f5d29d Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Fri, 20 Sep 2013 19:13:23 +0200 Subject: Increased version to 0.04.14 --- ChangeLog | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 453a311..773768d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/setup.py b/setup.py index 65831cf..6dfdaeb 100644 --- a/setup.py +++ b/setup.py @@ -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(), -- cgit v1.2.1