From 85785dba41f6f132ca4400474e9ebd88edc299fe Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 11 Feb 2024 15:04:37 -0300 Subject: [PATCH] Bumped version to 1.6.5 --- debian/changelog | 6 ++++++ kibot/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60715225..0292fde3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kibot (1.6.5) UNRELEASED; urgency=medium + + * Next release + + -- Salvador E. Tropea Sun, 11 Feb 2024 15:03:55 -0300 + kibot (1.6.4-1) stable; urgency=medium * Added KiRi output (interactive diff) diff --git a/kibot/__init__.py b/kibot/__init__.py index c89b000d..bb4aa264 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -1,9 +1,9 @@ __author__ = 'Salvador E. Tropea, John Beard' -__copyright__ = 'Copyright 2018-2023, Salvador E. Tropea/INTI/John Beard' +__copyright__ = 'Copyright 2018-2024, Salvador E. Tropea/INTI/John Beard' __credits__ = ['Salvador E. Tropea', 'John Beard'] __license__ = 'AGPL v3' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '1.6.4' +__version__ = '1.6.5' __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark']