Skip to content

Commit 99d1b5c

Browse files
committed
v1.1.4
1 parent 7cd36e4 commit 99d1b5c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,11 @@ Changelog
142142

143143
* Nothing yet ;)
144144

145-
** **v1.1.3:**
145+
* **v1.1.4:**
146+
147+
* fix: Cleanup before throwing RuntimeError to avoid memory leak (@laggykiller, #26)
148+
149+
* **v1.1.3:**
146150

147151
* misc(deps): Fixed PyPy builds on Windows platform (@flozz)
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.3",
16+
version="1.1.4",
1717
description="Image Quantization Library",
1818
url="https://github.com/wanadev/imagequant-python",
1919
project_urls={

0 commit comments

Comments
 (0)