From d1c5b3052699a0c388e285581207c613eb9842b3 Mon Sep 17 00:00:00 2001 From: darodi <4682830+darodi@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:46:59 +0100 Subject: [PATCH] changelog and update version --- CHANGELOG.md | 9 ++++++--- kindlecomicconverter/__init__.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af695463..f26db98e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # CHANGELOG +#### 5.5.3-beta-darodi.3: +* sync requirements between setup.py and requirements.txt, thanks @StudioEtrange + #### 5.5.3-beta-darodi.2: -* Add profile for Kindle PW5/Signature -* Fixed the skipped/missed images and/or panels -* Add profiles for the Kobo Clara HD and Libra H2O +* Add profile for Kindle PW5/Signature, thanks @Einlar, @darodi +* Fixed the skipped/missed images and/or panels, thanks @Fulya +* Add profiles for the Kobo Clara HD and Libra H2O, thanks @Frédéric Brière #### 5.5.2: * Fixed KindleGen detection on macOS 10.15 diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index 5a0376ea..b598a387 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.5.3-beta-darodi.2' +__version__ = '5.5.3-beta-darodi.3' __license__ = 'ISC' __copyright__ = '2012-2019, Ciro Mattia Gonano , Pawel Jastrzebski ' __docformat__ = 'restructuredtext en'