summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
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(),