Skip to content

Commit

Permalink
v1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 6, 2023
1 parent d73c9bb commit 10cf5e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 10cf5e7

Please sign in to comment.