From 58fd473a41b7dcf9cfc912e7bdbed7c19f42701a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 25 Aug 2020 13:48:26 -0300 Subject: [PATCH] Bumped version to 0.6.2. --- CHANGELOG.md | 2 ++ debian/changelog | 12 ++++++++++++ kibot/__main__.py | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eb7b1e..6e9f221e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [0.6.2] - 2020-08-25 ### Changed - Discarded spaces at the beggining and end of user fields when creating the internal BoM. They are ususally mistakes that prevents grouping components. diff --git a/debian/changelog b/debian/changelog index 0a2e5fcf..dde633ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +kibot (0.6.2-1) stable; urgency=medium + + * Spaces at the beggining and end of user fields when creating the + internal BoM are now discarded. + * Fix: the variants logic for BoMs when a component resquested to be only + added to more than one variant. + * Removed warnings about malformed values for DNF components indicating it + in its value. + * Fix problems with PcbDraw when generating PNG and JPG outputs. + + -- Salvador E. Tropea Tue, 25 Aug 2020 13:29:14 -0300 + kibot (0.6.1-1) stable; urgency=medium * Added more robust behavior on GUI dependent commands. diff --git a/kibot/__main__.py b/kibot/__main__.py index cd051ea5..4940682a 100644 --- a/kibot/__main__.py +++ b/kibot/__main__.py @@ -50,7 +50,7 @@ __license__ = 'GPL v3+' __email__ = 'set@ieee.org' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '0.6.1' +__version__ = '0.6.2' import os