diff --git a/CHANGELOG.md b/CHANGELOG.md index e929867..086bef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -#### 5.5.3: +#### 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) * Bump python from 3.8-slim-buster to 3.11-slim-buster dependabot[bot] diff --git a/kindlecomicconverter/__init__.py b/kindlecomicconverter/__init__.py index 44550f5..a2d2b52 100644 --- a/kindlecomicconverter/__init__.py +++ b/kindlecomicconverter/__init__.py @@ -1,4 +1,4 @@ -__version__ = '5.5.3' +__version__ = '5.6.0' __license__ = 'ISC' __copyright__ = '2012-2022, Ciro Mattia Gonano , Pawel Jastrzebski , darodi' __docformat__ = 'restructuredtext en'