From 34307a09d9d8ea639556e85be1f86a271135e6e2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 13 Oct 2020 14:34:29 -0300 Subject: [PATCH] Bumped version to 1.5.2 --- CHANGELOG.md | 3 ++- debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d011e2e..7598c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [1.5.2] - 2020-10-12 ### Added - Option to pcbnew_do export: - `--mirror/-M` Mirror printing (KiCad 6 only!) - ## [1.5.1] - 2020-10-08 ### Added - Options to pcbnew_do export: diff --git a/debian/changelog b/debian/changelog index 1b3d74b..27efbaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (1.5.2-1) stable; urgency=medium + + * New pcbnew_do export option + + -- Salvador E. Tropea Mon, 12 Oct 2020 17:42:52 -0300 + kiauto (1.5.1-1) stable; urgency=medium * New pcbnew_do export options diff --git a/kiauto/misc.py b/kiauto/misc.py index c6f3c18..9080a63 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.1' +__version__ = '1.5.2'