We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502de9e commit 7386407Copy full SHA for 7386407
2 files changed
README.rst
@@ -136,6 +136,10 @@ Changelog
136
137
* **[NEXT]** (changes on ``master`` that have not been released yet):
138
139
+ * Nothing yet ;)
140
+
141
+* **v1.0.5:**
142
143
* Added Python 3.12 support (@flozz)
144
* Removed Python 3.7 support (@flozz)
145
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.0.4",
+ version="1.0.5",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments