From 09c332f8263f3d61d01a38b7abef32041c3d3f6d Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 27 Feb 2023 13:09:32 -0300 Subject: [PATCH] Bumped version to 2.2.1 --- CHANGELOG.md | 5 +++++ debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 822efc3..04ee7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. 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). +## [2.2.1] - 2023-02-27 +### Added +- Grid size for ERC in KiCad 7 + + ## [2.2.0] - 2023-02-14 ### Added - KiCad 7 RC2 support. This is a preliminary support, please be patient. diff --git a/debian/changelog b/debian/changelog index 64e289a..44ea6c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.2.1-1) stable; urgency=medium + + * Added ERC grid option + + -- Salvador E. Tropea Mon, 27 Feb 2023 13:00:37 -0300 + kiauto (2.2.0-1) stable; urgency=medium * KiCad 7 support diff --git a/kiauto/misc.py b/kiauto/misc.py index 7e4347c..f2e7ca8 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -318,4 +318,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.2.0' +__version__ = '2.2.1'