From 7409c994769074d67fef94641259e03c94aaae25 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 22 Feb 2021 15:07:48 -0300 Subject: [PATCH] Bumped version to 0.10.1. --- CHANGELOG.md | 5 +++++ debian/changelog | 6 ++++++ kibot/__main__.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecce9ac6a..41ffa1e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 2021-02-22 +### Added +- GitLab CI workaround +- Verbosity level is now passed to KiAuto + ## [0.10.0-4] - 2021-02-16 ### Fixed - Problem using Python 3.6 (ZipFile's compresslevel arg needs 3.7) diff --git a/debian/changelog b/debian/changelog index 5214ce626..9e191ff98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kibot (0.10.1-1) stable; urgency=medium + + * GitLab CI workaround. + + -- Salvador E. Tropea Mon, 22 Feb 2021 15:06:57 -0300 + kibot (0.10.0-4) stable; urgency=medium * Fixed problem using Python 3.6 diff --git a/kibot/__main__.py b/kibot/__main__.py index 416aa9ac7..539729bae 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -54,7 +54,7 @@ __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.10.0' +__version__ = '0.10.1' import os