From af567b611f799b176324474fb103deb6035b17f6 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 11 Sep 2020 12:54:33 -0300 Subject: [PATCH] Bumped version to 0.7.0rc2 --- CHANGELOG.md | 2 +- debian/changelog | 2 +- kibot/__main__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91671087..f033bdec 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.0rc1] - 2020-09-10 +## [0.7.0rc2] - 2020-09-11 ### Added - Now variants are separated entities. Two flavors implemented: KiBoM and IBoM. diff --git a/debian/changelog b/debian/changelog index 85786dc0..f57479a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -kibot (0.7.0rc1-1) stable; urgency=medium +kibot (0.7.0rc2-1) stable; urgency=medium * Variants and filters support for most outputs. diff --git a/kibot/__main__.py b/kibot/__main__.py index ed3aa8f2..9229dd35 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.0rc1' +__version__ = '0.7.0rc2' import os