From fcc71117e0e290fc94b6dd738a3d5a8ff6ed3567 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 26 Aug 2022 13:12:03 -0300 Subject: [PATCH] Bumped version to 2.0.2 --- CHANGELOG.md | 2 ++ debian/changelog | 6 ++++++ kiauto/misc.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7511a2f..eaff8fc 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] + +## [2.0.2] - 2022-08-26 ### Fixed - Problems when the output directory doesn't exist. diff --git a/debian/changelog b/debian/changelog index 2e9cf73..7d65f23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kiauto (2.0.2-1) stable; urgency=medium + + * Fixed problems when the output directory doesn't exist. + + -- Salvador E. Tropea 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 diff --git a/kiauto/misc.py b/kiauto/misc.py index 366253e..14872d8 100644 --- a/kiauto/misc.py +++ b/kiauto/misc.py @@ -298,4 +298,4 @@ def get_en_locale(logger): __email__ = 'stropea@inti.gob.ar' __status__ = 'stable' __url__ = 'https://github.com/INTI-CMNB/KiAuto/' -__version__ = '2.0.1' +__version__ = '2.0.2'