We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4dcd1 commit 7a324dbCopy full SHA for 7a324db
2 files changed
README.rst
@@ -140,9 +140,13 @@ Changelog
140
141
* **[NEXT]** (changes on ``master`` that have not been released yet):
142
143
+ * Nothing yet ;)
144
+
145
+* **v1.1.5:**
146
147
* misc: Added support for Python 3.14 (@flozz)
148
+ * misc: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
149
* misc!: Removed support for Python 3.9 (@flozz)
- * misc!: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
150
151
* **v1.1.4:**
152
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.1.4",
+ version="1.1.5",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments