From 4d0a154632a9ec7579ebac60380a01e1540f8bb6 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 9 Dec 2020 12:58:01 -0300 Subject: [PATCH] Bumped version to 0.8.1 --- CHANGELOG.md | 5 ++++- debian/changelog | 8 ++++++++ kibot/__main__.py | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8236dc..8e71d0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [Unreleased] +## [Unreleased] + +## [0.8.1] - 2020-12-09 ### Added - Internal BoM HTML: highlight cell when hover. - Internal BoM HTML: allow to jump to REF of row number using anchors. ### Fixed - Internal BoM separator wasn't applied when using `use_alt` +- Problems loading plug-ins when using `pip`. ## [0.8.0] - 2020-11-06 ### Added diff --git a/debian/changelog b/debian/changelog index 332db474..813533e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +kibot (0.8.1-1) stable; urgency=medium + + * Added: Small details to internal BoM HTML output. + * Fixed: Internal BoM separator wasn't applied when using `use_alt` + * Fixed: Problems loading plug-ins when using `pip`. + + -- Salvador E. Tropea Wed, 09 Dec 2020 12:55:23 -0300 + kibot (0.8.0-1) stable; urgency=medium * Added: BoM references separator. diff --git a/kibot/__main__.py b/kibot/__main__.py index 917524e0..5f4964d4 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -50,10 +50,10 @@ __author__ = 'Salvador E. Tropea, John Beard' __copyright__ = 'Copyright 2018-2020, Salvador E. Tropea/INTI/John Beard' __credits__ = ['Salvador E. Tropea', 'John Beard'] __license__ = 'GPL v3+' -__email__ = 'set@ieee.org' +__email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.8.0' +__version__ = '0.8.1' import os