From 4364aef20f2ca79e951771a302973c0c9338407a Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 10 Apr 2022 13:43:49 -0300 Subject: [PATCH] Bumped version to 1.6.9. --- CHANGELOG.md | 2 ++ debian/changelog | 6 ++++++ kiauto/misc.py | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39af44..e09846b 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.9] - 2022-04-10 ### Fixed - `--list` option was limited to layer IDs upto 50. Now isn't limited. - Problems with xclip messages for the version found on Fedora 35. diff --git a/debian/changelog b/debian/changelog index 86c4c20..a4a138f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (1.6.9-1) stable; urgency=medium + + * Fixes in --list and support for newer xclip versions + + -- Salvador Eduardo Tropea Sun, 10 Apr 2022 13:42:38 -0300 + kiauto (1.6.8-1) stable; urgency=medium * 3D View: added support for X, Y, Z rotation in steps (KiCad 6 only) diff --git a/kiauto/misc.py b/kiauto/misc.py index 4add308..ab0fed9 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -288,6 +288,6 @@ def get_en_locale(logger): __credits__ = ['Salvador E. Tropea', 'Seppe Stas', 'Jesse Vincent', 'Scott Bezek'] __license__ = 'Apache 2.0' __email__ = 'stropea@inti.gob.ar' -__status__ = 'beta' +__status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.6.8' +__version__ = '1.6.9'