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 5516c64..c0fe218 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-12-20 unidecode 1.1.2
+ * Add some missing replacements in the U+23xx page.
+ * Fix U+204A "TIRONIAN SIGN ET" replacement.
+
2019-06-21 unidecode 1.1.1
* Fix tests failing on PyPy 7.1.1
diff --git a/setup.py b/setup.py
index 5070728..98c8728 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ def get_long_description():
setup(
name='Unidecode',
- version='1.1.1',
+ version='1.1.2',
description='ASCII transliterations of Unicode text',
license='GPL',
long_description=get_long_description(),