diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2021-09-16 unidecode 1.3.2 + * Re-upload because PyPI was missing Requires-Python metadata for + the .tar.gz package. + 2021-09-09 unidecode 1.3.1 * Fix issue with wheel package falsely claiming support for Python 2. @@ -11,7 +11,7 @@ def get_long_description(): setup( name='Unidecode', - version='1.3.1', + version='1.3.2', description='ASCII transliterations of Unicode text', license='GPL', long_description=get_long_description(), |
