diff --git a/CHANGELOG.md b/CHANGELOG.md index 782e6e7..1462e4f 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.5.10] - 2021-11-16 ### Fixed - pcbnew_do export problems when the PCB name contained "print" in the name. diff --git a/debian/changelog b/debian/changelog index 867b15e..1266024 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kiauto (1.5.10-1) stable; urgency=medium + + * Fixed pcbnew_do export problems when the PCB name contained "print" in the + name. + + -- Salvador Eduardo Tropea Tue, 16 Nov 2021 12:40:46 -0300 + kiauto (1.5.9-1) stable; urgency=medium * Fixed PCB export scaling. diff --git a/kiauto/misc.py b/kiauto/misc.py index 3e452e2..96c7cf9 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -272,4 +272,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'beta' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '1.5.9' +__version__ = '1.5.10'