Skip to content

Commit 7a324db

Browse files
committed
v1.1.5
1 parent ba4dcd1 commit 7a324db

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,13 @@ Changelog
140140

141141
* **[NEXT]** (changes on ``master`` that have not been released yet):
142142

143+
* Nothing yet ;)
144+
145+
* **v1.1.5:**
146+
143147
* misc: Added support for Python 3.14 (@flozz)
148+
* misc: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
144149
* misc!: Removed support for Python 3.9 (@flozz)
145-
* misc!: Dropped support of x86 (32bits) architecture for Python >= 3.14 (@flozz)
146150

147151
* **v1.1.4:**
148152

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="imagequant",
16-
version="1.1.4",
16+
version="1.1.5",
1717
description="Image Quantization Library",
1818
url="https://github.com/wanadev/imagequant-python",
1919
project_urls={

0 commit comments

Comments
 (0)