Bumped version to 1.4.1
- Just to identify it as different
This commit is contained in:
parent
94bf782958
commit
5fe00f2598
|
|
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.4.1] - Unreleased
|
||||||
### Added
|
### Added
|
||||||
- Diff:
|
- Diff:
|
||||||
- Option to compare only the first schematic page. (See #319)
|
- Option to compare only the first schematic page. (See #319)
|
||||||
|
|
|
||||||
|
|
@ -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
|
kibot (1.4.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* New outputs: PCB_Variant and Copy_Files.
|
* New outputs: PCB_Variant and Copy_Files.
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@ __license__ = 'GPL 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.4.0'
|
__version__ = '1.4.1'
|
||||||
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen']
|
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen']
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue