summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe53a2..5516c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-06-21 unidecode 1.1.1
+ * Fix tests failing on PyPy 7.1.1
+
2019-06-14 unidecode 1.1.0
* Add more Latin letter variants in U+1F1xx page.
* Make it possible to use the Unidecode command-line utility via
diff --git a/setup.py b/setup.py
index a079c1f..5070728 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def get_long_description():
setup(
name='Unidecode',
- version='1.1.0',
+ version='1.1.1',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),