diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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(), |
