Bumped version to 1.5.2

This commit is contained in:
Salvador E. Tropea 2022-12-16 13:42:47 -03:00
parent bb4047e748
commit 6b41f41e93
3 changed files with 9 additions and 1 deletions

View File

@ -4,6 +4,8 @@ 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.5.2] - Unreleased
## [1.5.1] - 2022-12-16
### Fixed
- System level resources look-up

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kibot (1.5.2-1) UNRELEASED; urgency=medium
* Reserved for next release
-- Salvador Eduardo Tropea <salvador@inti.gob.ar> Fri, 16 Dec 2022 13:42:01 -0300
kibot (1.5.1-1) stable; urgency=medium
* Fixed system level resources look-up

View File

@ -5,5 +5,5 @@ __license__ = 'GPL v3+'
__email__ = 'stropea@inti.gob.ar'
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
__status__ = 'stable'
__version__ = '1.5.1'
__version__ = '1.5.2'
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2']