Bumped version to 0.10.1.

This commit is contained in:
Salvador E. Tropea 2021-02-22 15:07:48 -03:00
parent c82485acc8
commit 7409c99476
3 changed files with 12 additions and 1 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kibot (0.10.1-1) stable; urgency=medium
* GitLab CI workaround.
-- Salvador E. Tropea <salvador@inti.gob.ar> Mon, 22 Feb 2021 15:06:57 -0300
kibot (0.10.0-4) stable; urgency=medium
* Fixed problem using Python 3.6

View File

@ -54,7 +54,7 @@ __license__ = 'GPL v3+'
__email__ = 'stropea@inti.gob.ar'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.10.0'
__version__ = '0.10.1'
import os