From 8c8303bbed8463e1fe44de43bc47f4a490918e65 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 2 Jun 2022 10:34:21 -0300 Subject: [PATCH] Bumped version to 1.6.12 --- CHANGELOG.md | 2 ++ debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c6cf59..3996462 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] + +## [1.6.12] - 2022-06-02 ### Fixed - kicad2step: very small wait on exit (#21) - kicad2step: output dir option ignored diff --git a/debian/changelog b/debian/changelog index de78ef6..3a6f06a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (1.6.12-1) stable; urgency=medium + + * Fixed in kicad2step: very small wait on exit and output dir option ignored + + -- Salvador E. Tropea Thu, 02 Jun 2022 10:26:48 -0300 + kiauto (1.6.11-1) stable; urgency=medium * Added IPC-D-356 netlist generation diff --git a/kiauto/misc.py b/kiauto/misc.py index 8572046..8b91638 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -291,4 +291,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.6.11' +__version__ = '1.6.12'