Bumped version to 1.6.3
This commit is contained in:
parent
8576771688
commit
d4ceef8fb9
|
|
@ -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.6.3] - UNRELEASED
|
||||
|
||||
## [1.6.2] - 2023-04-24
|
||||
### Added
|
||||
- General:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
kibot (1.6.3-1) UNRELEASED; urgency=medium
|
||||
|
||||
* Next release
|
||||
|
||||
-- Salvador Eduardo Tropea <salvador@inti.gob.ar> Mon, 24 Apr 2023 13:30:30 -0300
|
||||
|
||||
kibot (1.6.2-1) stable; urgency=medium
|
||||
|
||||
* Added support for time stamp in the date
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@ __license__ = 'AGPL v3'
|
|||
__email__ = 'stropea@inti.gob.ar'
|
||||
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
|
||||
__status__ = 'stable'
|
||||
__version__ = '1.6.2'
|
||||
__version__ = '1.6.3'
|
||||
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2', 'lark']
|
||||
|
|
|
|||
Loading…
Reference in New Issue