Skip to content

Commit

Permalink
Bumped version to 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Feb 17, 2021
1 parent 7484926 commit 764988b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.7] - 2021-02-17
### Added
- Call to `vmstat` and `uptime` after time-out.
- KiCad bug #6989 message supression.

## [1.5.6] - 2021-02-08
### Added
- Command line option to scale all the time-outs.
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.7-1) stable; urgency=medium

* Added call to `vmstat` and `uptime` after time-out.
* KiCad bug #6989 message supression.

-- Salvador E. Tropea <[email protected]> Wed, 17 Feb 2021 18:27:48 -0300

kiauto (1.5.6-1) stable; urgency=medium

* Command line option to scale all the time-outs.
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,4 +242,4 @@ def get_config_vars_ini(file):
__email__ = '[email protected]'
__status__ = 'beta'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '1.5.6'
__version__ = '1.5.7'

0 comments on commit 764988b

Please sign in to comment.