From 300c53aff06b27b07ae72d949e3681f475ef0c4d Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Mon, 27 Jun 2022 11:49:55 +0200 Subject: [PATCH] v1.2.0 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8e19756..60d8ab1 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,10 @@ Changelog * **[NEXT]** (changes on ``master`` that have not been released yet): + * Nothing yet + +* **1.2.0:** + * Add color quantization options (based on libimagequant) * ``arm64`` and ``universal2`` wheels for macOS * ``x86`` and ``x68_64`` wheels for musl-based Linux distro (Alpine,...) diff --git a/setup.py b/setup.py index 5991bd8..8b27328 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ def build_extensions(self): setup( name="yoga", - version="1.1.2", + version="1.2.0", description="Yummy Optimizer for Gorgeous Assets", url="https://github.com/wanadev/yoga", license="BSD-3-Clause",