From 868e48442277d5c988b42408e91777534f3110ca Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 15 Nov 2024 16:02:37 +0100 Subject: [PATCH] v1.0.16 --- README.rst | 8 ++++++-- setup.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2a43fcd..081d936 100644 --- a/README.rst +++ b/README.rst @@ -45,13 +45,17 @@ Changelog * **[NEXT]** (changes on ``master`` but not released yet): + * Nothing yet ;) + +* **v1.0.16:** + * misc: Added Python 3.13 support (@flozz) * misc!: Removed Python 3.8 support (@flozz) * **v1.0.15:** - * Added Python 3.12 support (@flozz) - * Removed Python 3.7 support (@flozz) + * misc: Added Python 3.12 support (@flozz) + * misc!: Removed Python 3.7 support (@flozz) * **v1.0.14:** diff --git a/setup.py b/setup.py index c5c3dd1..7e62f5e 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def build_extensions(self): setup( name="pyguetzli", - version="1.0.15", + version="1.0.16", description="Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression", # noqa url="https://github.com/wanadev/pyguetzli", project_urls={