From 721afec7e52cfa037f2741b117dafdbc65e77f41 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 15 Oct 2020 13:38:57 -0300 Subject: [PATCH] Bumped version to 1.5.3 --- CHANGELOG.md | 2 ++ debian/changelog | 8 +++++++- kiauto/misc.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a3488..abcb135 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] + +## [1.5.3] - 2020-10-15 ### Added - Support for KiCad 5.99 DRC/ERC reports. diff --git a/debian/changelog b/debian/changelog index 27efbaa..b3e2b6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +kiauto (1.5.3-1) stable; urgency=medium + + * Fixed problems when using KiCad 5.99 and projects from KiCad 5. + + -- Salvador E. Tropea Wed, 14 Oct 2020 16:20:27 -0300 + kiauto (1.5.2-1) stable; urgency=medium * New pcbnew_do export option - -- Salvador E. Tropea Mon, 12 Oct 2020 17:42:52 -0300 + -- Salvador E. Tropea Mon, 12 Oct 2020 17:42:52 -0300 kiauto (1.5.1-1) stable; urgency=medium diff --git a/kiauto/misc.py b/kiauto/misc.py index fbed422..d074ff6 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -168,4 +168,4 @@ def __init__(self, logger, input_file=None, args=None): __email__ = 'stropea@inti.gob.ar' __status__ = 'beta' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.5.2' +__version__ = '1.5.3'