From aa2f5b316720fd7e48f68f754db84b24ea98e571 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 22 Nov 2024 15:33:09 +0100 Subject: [PATCH] v1.1.3 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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={