Skip to content

Commit 67c2aff

Browse files
committed
v1.1.2
1 parent 52aad6e commit 67c2aff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.rst

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

5959
* Nothing yet...
6060

61-
* **1.1.1:**
61+
* **1.1.2:**
62+
63+
* Add flag to CFFI builder to fix MacOS build
64+
65+
* **1.1.1 (not published):**
6266

6367
* JPEG: ignore invalid values for the orientation tag (#38)
6468
* Python 3.10 support and wheels

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def build_extensions(self):
7272

7373
setup(
7474
name="yoga",
75-
version="1.1.1",
75+
version="1.1.2",
7676
description="Yummy Optimizer for Gorgeous Assets",
7777
url="https://github.com/wanadev/yoga",
7878
license="BSD-3-Clause",

yoga/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.1"
1+
VERSION = "1.1.2"

0 commit comments

Comments
 (0)