We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aad6e commit 67c2affCopy full SHA for 67c2aff
README.rst
@@ -58,7 +58,11 @@ Changelog
58
59
* Nothing yet...
60
61
-* **1.1.1:**
+* **1.1.2:**
62
+
63
+ * Add flag to CFFI builder to fix MacOS build
64
65
+* **1.1.1 (not published):**
66
67
* JPEG: ignore invalid values for the orientation tag (#38)
68
* Python 3.10 support and wheels
setup.py
@@ -72,7 +72,7 @@ def build_extensions(self):
72
73
setup(
74
name="yoga",
75
- version="1.1.1",
+ version="1.1.2",
76
description="Yummy Optimizer for Gorgeous Assets",
77
url="https://github.com/wanadev/yoga",
78
license="BSD-3-Clause",
yoga/version.py
@@ -1 +1 @@
1
-VERSION = "1.1.1"
+VERSION = "1.1.2"
0 commit comments