From 2d9cbaf65d8fc6a355bbf7cfdb3b7bf82ce9478b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 8 Feb 2021 19:26:50 -0300 Subject: [PATCH] Bumped version to 1.5.6. --- 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 b2eb7c5..14b83a1 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). +## [Unreleased] + +## [1.5.6] - 2021-02-08 +### Added +- Command line option to scale all the time-outs. ## [1.5.5] - 2021-01-12 ### Added diff --git a/debian/changelog b/debian/changelog index 97a8053..367cba7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (1.5.6-1) stable; urgency=medium + + * Command line option to scale all the time-outs. + + -- Salvador E. Tropea Mon, 08 Feb 2021 19:23:02 -0300 + kiauto (1.5.5-1) stable; urgency=medium * Added KiCad environment variables preservation in eeschema_do diff --git a/kiauto/misc.py b/kiauto/misc.py index 4b54a4a..63a9805 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -226,4 +226,4 @@ def get_config_vars_ini(file): __email__ = 'stropea@inti.gob.ar' __status__ = 'beta' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.5.5' +__version__ = '1.5.6'