summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomaz Solc <tomaz.solc@tablix.org>2010-10-12 20:20:29 +0200
committerTomaz Solc <tomaz.solc@tablix.org>2010-10-12 20:20:29 +0200
commit70e80b177273d6723de10f93da3f9d567b180b36 (patch)
tree4ae748b8d13b8dce48aafb3e3a78b70cf12ee44e
parent80a0d66e2a056135d030dc6a8fbade9d6591a4e6 (diff)
downloadunidecode-takowl.tar.gz
Increased version to 0.04.4release-0.04.4takowl
-rw-r--r--ChangeLog7
-rw-r--r--setup.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb1119e..9232be7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/setup.py b/setup.py
index 343f45f..7045479 100644
--- a/setup.py
+++ b/setup.py
@@ -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',