summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--setup.py2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9232be7..e6b074f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/setup.py b/setup.py
index 7045479..839e216 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.4',
+ version='0.04.5',
description='US-ASCII transliterations of Unicode text',
url='http://code.zemanta.com/tsolc/unidecode/',
license='Perl',