Skip to content

Commit

Permalink
Bumped version to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Nov 16, 2021
1 parent e6d46a9 commit 081a955
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Tue, 16 Nov 2021 12:40:46 -0300

kiauto (1.5.9-1) stable; urgency=medium

* Fixed PCB export scaling.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,4 +272,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'beta'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.5.9'
__version__ = '1.5.10'

0 comments on commit 081a955

Please sign in to comment.