From 632af82e0f8bfe32cf73720459703655d16e6250 Mon Sep 17 00:00:00 2001 From: Tomaz Solc Date: Fri, 21 Jun 2019 11:02:40 +0200 Subject: [PATCH] Set version to 1.1.1, update ChangeLog --- ChangeLog | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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(),