Bumped version to 1.1.0

This commit is contained in:
Salvador E. Tropea 2022-05-24 09:03:36 -03:00
parent f0a873dbd3
commit 8ae9dff143
3 changed files with 15 additions and 1 deletions

View File

@ -5,6 +5,8 @@ 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.1.0] - 2022-05-24
### Added
- `kibot-check` tool to check the installation
- New outputs:

12
debian/changelog vendored
View File

@ -1,3 +1,15 @@
kibot (1.1.0-1) stable; urgency=medium
* `kibot-check` tool to check the installation
* New outputs: KiCad netlist generation and IPC-D-356 netlist generation
* Internal BoM: Pattern and text variables expansion in the title and
customizable extra info after the title
* Fixed: already configured outputs not created (i.e. when creating reports)
* Fixed: KiCost+Internal variants: UTF-8 problems and problem with `variant`
field capitalization
-- Salvador E. Tropea <salvador@inti.gob.ar> Tue, 24 May 2022 08:59:47 -0300
kibot (1.0.0-1) stable; urgency=medium
* KiCad 6 support

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