Skip to content

Commit

Permalink
Bumped version to 0.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 22, 2021
1 parent c82485a commit 7409c99
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kibot (0.10.1-1) stable; urgency=medium

* GitLab CI workaround.

-- Salvador E. Tropea <[email protected]> Mon, 22 Feb 2021 15:06:57 -0300

kibot (0.10.0-4) stable; urgency=medium

* Fixed problem using Python 3.6
Expand Down
2 changes: 1 addition & 1 deletion kibot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
__email__ = '[email protected]'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.10.0'
__version__ = '0.10.1'


import os
Expand Down

0 comments on commit 7409c99

Please sign in to comment.