From 10cf5e76fd070216687139fa37cc7058fa297d5c Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 6 Oct 2023 11:05:15 +0200 Subject: [PATCH] v1.0.15 --- .github/workflows/python-packages.yml | 4 ++++ README.rst | 4 ++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-packages.yml b/.github/workflows/python-packages.yml index b18c862..5e733a5 100644 --- a/.github/workflows/python-packages.yml +++ b/.github/workflows/python-packages.yml @@ -23,6 +23,10 @@ jobs: with: python-version: "3.12" + - name: "Install python dependencies" + run: | + pip install setuptools + - name: "Build source distribution" run: | python setup.py sdist diff --git a/README.rst b/README.rst index 85fac63..5e52e79 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,10 @@ Changelog * **[NEXT]** (changes on ``master`` but not released yet): + * Nothing yet ;) + +* **v1.0.15:** + * Added Python 3.12 support (@flozz) * Removed Python 3.7 support (@flozz) diff --git a/setup.py b/setup.py index 6f38dd3..c5c3dd1 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def build_extensions(self): setup( name="pyguetzli", - version="1.0.14", + version="1.0.15", description="Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression", # noqa url="https://github.com/wanadev/pyguetzli", project_urls={