From 72fe40099ec6e9eb435a385f92ff333d7e884745 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Fri, 28 Oct 2022 15:05:40 +0200 Subject: [PATCH] vv1.1.2 --- README.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1c605ee..2fde6a7 100644 --- a/README.rst +++ b/README.rst @@ -169,6 +169,10 @@ Changelog * **[NEXT]** (changes on master but not released yet): + * Nothing yet :) + +* **v1.1.2:** + * Added Python 3.11 support * **v1.1.1:** diff --git a/setup.py b/setup.py index 25549a8..2539c1a 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def build_extensions(self): setup( name="mozjpeg-lossless-optimization", - version="1.1.1", + version="1.1.2", project_urls={ "Source Code": "https://github.com/wanadev/mozjpeg-lossless-optimization", "Documentation": "https://github.com/wanadev/mozjpeg-lossless-optimization#usage",