diff --git a/README.rst b/README.rst index d69c614..a847d71 100644 --- a/README.rst +++ b/README.rst @@ -140,6 +140,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet ;) + +** **v1.1.3:** + * misc(deps): Fixed PyPy builds on Windows platform (@flozz) * **v1.1.2:** diff --git a/setup.py b/setup.py index dddb823..65a7cab 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="imagequant", - version="1.1.2", + version="1.1.3", description="Image Quantization Library", url="https://github.com/wanadev/imagequant-python", project_urls={