Bumped version to 1.4.1

- Just to identify it as different
This commit is contained in:
Salvador E. Tropea 2022-10-19 10:44:02 -03:00
parent 94bf782958
commit 5fe00f2598
3 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@ 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).
## [Unreleased]
## [1.4.1] - Unreleased
### Added
- Diff:
- Option to compare only the first schematic page. (See #319)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kibot (1.4.1-1) stable; urgency=medium
* Reserved for a new release
-- Salvador E. Tropea <salvador@inti.gob.ar> Wed, 19 Oct 2022 10:43:08 -0300
kibot (1.4.0-1) stable; urgency=medium
* New outputs: PCB_Variant and Copy_Files.

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.4.0'
__version__ = '1.4.1'
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen']