Bumped version to 1.6.5

This commit is contained in:
Salvador E. Tropea 2024-02-11 15:04:37 -03:00
parent 280648f5b9
commit 85785dba41
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kibot (1.6.5) UNRELEASED; urgency=medium
* Next release
-- Salvador E. Tropea <salvador@inti.gob.ar> Sun, 11 Feb 2024 15:03:55 -0300
kibot (1.6.4-1) stable; urgency=medium kibot (1.6.4-1) stable; urgency=medium
* Added KiRi output (interactive diff) * Added KiRi output (interactive diff)

View File

@ -1,9 +1,9 @@
__author__ = 'Salvador E. Tropea, John Beard' __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'] __credits__ = ['Salvador E. Tropea', 'John Beard']
__license__ = 'AGPL v3' __license__ = 'AGPL v3'
__email__ = 'stropea@inti.gob.ar' __email__ = 'stropea@inti.gob.ar'
__url__ = 'https://github.com/INTI-CMNB/KiBot/' __url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable' __status__ = 'stable'
__version__ = '1.6.4' __version__ = '1.6.5'
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark'] __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark']