diff --git a/CHANGELOG.md b/CHANGELOG.md index 120c02a..5529741 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.11] - 2022-05-17 +### Added +- Added IPC-D-356 netlist generation + ## [1.6.10] - 2022-04-18 ### Fixed - eeschema_do fails when loading the schematics took more than 3 seconds. diff --git a/debian/changelog b/debian/changelog index 1be1296..9676a16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (1.6.11-1) stable; urgency=medium + + * Added IPC-D-356 netlist generation + + -- Salvador Eduardo Tropea Tue, 17 May 2022 19:03:13 -0300 + kiauto (1.6.10-1) stable; urgency=medium * Adjusts in the time-outs diff --git a/kiauto/misc.py b/kiauto/misc.py index 49e3222..8572046 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.10' +__version__ = '1.6.11'