Skip to content

Commit 99e4ef1

Browse files
committed
vv1.0.13
1 parent ecfde40 commit 99e4ef1

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

README.rst

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,38 +45,42 @@ Changelog
4545

4646
* **[NEXT]** (changes on ``master`` but not released yet):
4747

48-
* Python 3.11 support
48+
* Nothing yet :)
4949

50-
* **1.0.12:**
50+
* **v1.0.13:**
51+
52+
* Added Python 3.11 support
53+
54+
* **v1.0.12:**
5155

5256
* Guetzli: Fixed a crash caused by a bad access to a vector revealed when
5357
compiled with "-D_GLIBCXX_ASSERTIONS" (David Odin)
5458

55-
* **1.0.11:**
59+
* **v1.0.11:**
5660

5761
* ``arm64`` and ``universal2`` wheels for macOS
5862
* ``x86`` and ``x68_64`` wheels for musl-based Linux distro (Alpine,...)
5963
* ``win32`` wheels for Windows (``x86_64`` were already available)
6064

61-
* **1.0.10:** Python 3.10 support and wheels
62-
* **1.0.9:** Provides prebuilt wheel packages
63-
* **1.0.8:** Updates Guetzli and python dependencies
64-
* **1.0.7:** Fixes unicode issue when installing pyguetzli (#4)
65-
* **1.0.6:** Fixes a typo in compilator options on unix
66-
* **1.0.5:** Adds optimization flags when compiling Guetzli
67-
* **1.0.4:** MS Windows support
68-
* **1.0.3:** Updates Guetzli library
69-
* **1.0.2**: PIL Images: fixes crash with non RGB/RGBA images
65+
* **v1.0.10:** Python 3.10 support and wheels
66+
* **v1.0.9:** Provides prebuilt wheel packages
67+
* **v1.0.8:** Updates Guetzli and python dependencies
68+
* **v1.0.7:** Fixes unicode issue when installing pyguetzli (#4)
69+
* **v1.0.6:** Fixes a typo in compilator options on unix
70+
* **v1.0.5:** Adds optimization flags when compiling Guetzli
71+
* **v1.0.4:** MS Windows support
72+
* **v1.0.3:** Updates Guetzli library
73+
* **v1.0.2**: PIL Images: fixes crash with non RGB/RGBA images
7074
(grayscale, indexed,…)
71-
* **1.0.1**: Adds ``--std=c++11`` flag when building Guetzli
72-
* **1.0.0**:
75+
* **v1.0.1**: Adds ``--std=c++11`` flag when building Guetzli
76+
* **v1.0.0**:
7377

7478
* New and simpler API
7579
* Built-in function to deal with PIL / Pillow Images
7680
* Documentation (Sphinx)
7781
* Guetzli update
7882

79-
* **0.9.0**: Initial release
83+
* **v0.9.0**: Initial release
8084

8185

8286
.. |Github| image:: https://img.shields.io/github/stars/wanadev/pyguetzli?label=Github&logo=github

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def build_extensions(self):
6363

6464
setup(
6565
name="pyguetzli",
66-
version="1.0.12",
66+
version="1.0.13",
6767
description="Python bindings for Google's Guetzli, a JPEG encoder that optimises JPEG compression", # noqa
6868
url="https://github.com/wanadev/pyguetzli",
6969
project_urls={

0 commit comments

Comments
 (0)