Skip to content

Commit

Permalink
Bumped version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Aug 26, 2022
1 parent 68e3ecf commit fcc7111
Show file tree
Hide file tree
Showing 3 changed files with 9 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]

## [2.0.2] - 2022-08-26
### Fixed
- Problems when the output directory doesn't exist.

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kiauto (2.0.2-1) stable; urgency=medium

* Fixed problems when the output directory doesn't exist.

-- Salvador E. Tropea <[email protected]> Fri, 26 Aug 2022 13:10:57 -0300

kiauto (2.0.1-1) stable; urgency=medium

* Fixed problems when /tmp is in a different file system
Expand Down
2 changes: 1 addition & 1 deletion kiauto/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,4 @@ def get_en_locale(logger):
__email__ = '[email protected]'
__status__ = 'stable'
__url__ = 'https://github.com/INTI-CMNB/KiAuto/'
__version__ = '2.0.1'
__version__ = '2.0.2'

0 comments on commit fcc7111

Please sign in to comment.