Bumped version to 0.7.0
This commit is contained in:
parent
6bc99920c1
commit
f131be6bd9
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue