Skip to content

Commit

Permalink
v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 15, 2024
1 parent dd647db commit 868e484
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

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.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={
Expand Down

0 comments on commit 868e484

Please sign in to comment.