1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

Version bump

This commit is contained in:
darodi
2023-01-19 01:28:21 +01:00
parent bc6b26862f
commit f466701b5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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]

View File

@@ -1,4 +1,4 @@
__version__ = '5.5.3'
__version__ = '5.6.0'
__license__ = 'ISC'
__copyright__ = '2012-2022, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>, darodi'
__docformat__ = 'restructuredtext en'