From 345ecf63115169282a99f4c633a72f17f7ae6301 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 2 Sep 2022 09:30:18 -0300 Subject: [PATCH] Bumped version to 2.0.3 --- CHANGELOG.md | 2 ++ debian/changelog | 7 +++++++ kiauto/misc.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c31e5..e83a45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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] + +## [2.0.3] - 2022-09-02 ### Added - Support for the asynchronous "Info" dialogs found in KiCad 6. Example: missing .kicad_wks (See INTI-CMNB/KiBot#264) diff --git a/debian/changelog b/debian/changelog index 7d65f23..4c2bb2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kiauto (2.0.3-1) stable; urgency=medium + + * Added support for the asynchronous "Info" dialogs found in KiCad 6. + * Fixed project files are now restored using binary mode. + + -- Salvador E. Tropea Fri, 02 Sep 2022 09:27:04 -0300 + kiauto (2.0.2-1) stable; urgency=medium * Fixed problems when the output directory doesn't exist. diff --git a/kiauto/misc.py b/kiauto/misc.py index 14872d8..4b0c7a4 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -298,4 +298,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.0.2' +__version__ = '2.0.3'