diff --git a/CHANGELOG.md b/CHANGELOG.md index 086bef4b..9ad49d2e 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 a2d2b52c..fc986de8 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'