diff --git a/CHANGELOG.md b/CHANGELOG.md index f033bdec..5481d0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/debian/changelog b/debian/changelog index f57479a1..2fe17b1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/kibot/__main__.py b/kibot/__main__.py index 9229dd35..43c6a300 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -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