From 84831cbdfcdaca6ea0887607f99c001a9e29c49a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 19 May 2020 12:14:06 -0300 Subject: [PATCH] Bumped version to 0.2.4. --- CHANGELOG.md | 9 +++++++-- debian/changelog | 16 ++++++++++++---- kiplot/__version__.py | 2 +- 3 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6ed469..a5130510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed -- Problems for kibom and print_sch outputs when the PCB name included a path +## [0.2.4] - 2020-05-19 +### Changed +- Now kicad-automation-scripts 1.3.1 or newer is needed. + +### Fixed +- Problems for kibom and print_sch outputs when the PCB name included a path. + ## [0.2.3] - 2020-04-23 ### Added - List available targets diff --git a/debian/changelog b/debian/changelog index 4fed3de7..08628aa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,29 @@ +kiplot.inti-cmnb (0.2.4-1) stable; urgency=medium + + * Changed: Now kicad-automation-scripts 1.3.1 or newer is needed. + * Fixed: Problems for kibom and print_sch outputs when the PCB name included a + path. + + -- Salvador E. Tropea Tue, 19 May 2020 12:11:41 -0300 + kiplot.inti-cmnb (0.2.3-1) stable; urgency=medium * Added command line option to list available targets - -- Salvador E. Tropea Thu, 23 Apr 2020 14:39:56 -0300 + -- Salvador E. Tropea Thu, 23 Apr 2020 14:39:56 -0300 kiplot.inti-cmnb (0.2.2-1) stable; urgency=medium * Removed KiBoM temporal files * Fixed pre-flight tasks that didn't honor --out-dir - -- Salvador E. Tropea Mon, 20 Apr 2020 18:35:00 -0300 + -- Salvador E. Tropea Mon, 20 Apr 2020 18:35:00 -0300 kiplot.inti-cmnb (0.2.1-1) stable; urgency=medium * Fixed problem when excellon drill target didn't exist - -- Salvador E. Tropea Sat, 18 Apr 2020 15:58:59 -0300 + -- Salvador E. Tropea Sat, 18 Apr 2020 15:58:59 -0300 kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium @@ -23,7 +31,7 @@ kiplot.inti-cmnb (0.2.0-1) stable; urgency=medium * Added DRC, ERC and update XML BoM * Added Print as PDF (PCB/SCH) - -- Salvador E. Tropea Sat, 28 Mar 2020 16:39:57 -0300 + -- Salvador E. Tropea Sat, 28 Mar 2020 16:39:57 -0300 kiplot.inti-cmnb (0.1.1-1) stable; urgency=medium diff --git a/kiplot/__version__.py b/kiplot/__version__.py index 1df609e2..2543961d 100644 --- a/kiplot/__version__.py +++ b/kiplot/__version__.py @@ -1,3 +1,3 @@ -VERSION = (0, 2, 3) +VERSION = (0, 2, 4) __version__ = '.'.join(map(str, VERSION))