From 3460cdcf678f51229245342d8ea64539e30ad707 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 28 Jun 2023 06:36:14 -0300 Subject: [PATCH] Bumped version to 1.6.4 --- CHANGELOG.md | 4 ++++ debian/changelog | 6 ++++++ kibot/__init__.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b113a5..81a67bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. 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). + +## [1.6.4] - UNRELEASED + + ## [1.6.3] - 2023-06-26 ### Added - General: diff --git a/debian/changelog b/debian/changelog index 9cb48aa8..37f02b74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kibot (1.6.4-1) UNRELEASED; urgency=medium + + * Next release + + -- Salvador Eduardo Tropea Wed, 28 Jun 2023 06:35:51 -0300 + kibot (1.6.3-1) stable; urgency=medium * Added OS environment expansion in ${VAR} diff --git a/kibot/__init__.py b/kibot/__init__.py index cd022a2a..c89b000d 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -5,5 +5,5 @@ __license__ = 'AGPL v3' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '1.6.3' +__version__ = '1.6.4' __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark']