We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b21e8 commit 65a0a36Copy full SHA for 65a0a36
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.0:**
146
147
* Added options to set minimal and target (maximal) quality (@injet-zhou, #4)
148
149
* **v1.0.5:**
setup.py
@@ -13,7 +13,7 @@
13
14
setup(
15
name="imagequant",
16
- version="1.0.5",
+ version="1.1.0",
17
description="Image Quantization Library",
18
url="https://github.com/wanadev/imagequant-python",
19
project_urls={
0 commit comments