Bumped version to 0.7.0

This commit is contained in:
Salvador E. Tropea 2020-09-11 17:55:03 -03:00
parent 6bc99920c1
commit f131be6bd9
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.7.0rc2] - 2020-09-11
## [0.7.0] - 2020-09-11
### Added
- Now variants are separated entities. Two flavors implemented: KiBoM
and IBoM.

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
kibot (0.7.0rc2-1) stable; urgency=medium
kibot (0.7.0-1) stable; urgency=medium
* Variants and filters support for most outputs.

View File

@ -51,7 +51,7 @@ __license__ = 'GPL v3+'
__email__ = 'set@ieee.org'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '0.7.0rc2'
__version__ = '0.7.0'
import os