Bumped version to 0.10.1.
This commit is contained in:
parent
c82485acc8
commit
7409c99476
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue