From a822dfa3ae5b781680c5a3e6c2e83f5433cfd989 Mon Sep 17 00:00:00 2001 From: darodi <4682830+darodi@users.noreply.github.com> Date: Sat, 21 Jan 2023 11:57:55 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 7 +++++++ kindlecomicconverter/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086bef4..9ad49d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +#### 5.6.1: +* Fix pillow backwards compatibility, add mozjpeg-lossless-optimization to setup.py by @corylk in #461 +* fix in fedora: 7z doesn't support rar archives, use unrar by @AlicesReflexion in #370 +* Using communicate instead of terminate by @catsout in #459 +* use copyfile and delete instead of shutil.move fix #386 by @StudioEtrange in #387 + + #### 5.6.0: * Fix Docker 7z missing [darodi/kcc#31](https://github.com/darodi/kcc/issues/31), thanks [@darodi](https://github.com/darodi) * update to python 3.11, thanks [@darodi](https://github.com/darodi) diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index a2d2b52..fc986de 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.6.0' +__version__ = '5.6.1' __license__ = 'ISC' __copyright__ = '2012-2022, Ciro Mattia Gonano , Pawel Jastrzebski , darodi' __docformat__ = 'restructuredtext en'