From fed0e3cff3a95ddcb4a6b581c7aece7461f44f7d Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Tue, 25 Oct 2022 19:21:04 +0200 Subject: [PATCH] v1.0.12 --- README.rst | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d44a60..fe53057 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,16 @@ Usage Example Changelog --------- + +* **[NEXT]** (changes on ``master`` but not released yet): + + * Nothing yet :) + +* **1.0.12:** + + * Guetzli: Fixed a crash caused by a bad access to a vector revealed when + compiled with "-D_GLIBCXX_ASSERTIONS" (David Odin) + * **1.0.11:** * ``arm64`` and ``universal2`` wheels for macOS diff --git a/setup.py b/setup.py index 067059e..914895c 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ def build_extensions(self): setup( name="pyguetzli", - version="1.0.11", + version="1.0.12", description="Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression", # noqa url="https://github.com/wanadev/pyguetzli", license="Apache-2.0",