We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695795c commit aa2f5b3Copy full SHA for aa2f5b3
README.rst
@@ -140,6 +140,10 @@ Changelog
140
141
* **[NEXT]** (changes on ``master`` that have not been released yet):
142
143
+ * Nothing yet ;)
144
+
145
+** **v1.1.3:**
146
147
* misc(deps): Fixed PyPy builds on Windows platform (@flozz)
148
149
* **v1.1.2:**
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.1.2",
+ version="1.1.3",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments