Skip to content

Commit 8ae9dff

Browse files
committed
Bumped version to 1.1.0
1 parent f0a873d commit 8ae9dff

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2022-05-24
810
### Added
911
- `kibot-check` tool to check the installation
1012
- New outputs:

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
kibot (1.1.0-1) stable; urgency=medium
2+
3+
* `kibot-check` tool to check the installation
4+
* New outputs: KiCad netlist generation and IPC-D-356 netlist generation
5+
* Internal BoM: Pattern and text variables expansion in the title and
6+
customizable extra info after the title
7+
* Fixed: already configured outputs not created (i.e. when creating reports)
8+
* Fixed: KiCost+Internal variants: UTF-8 problems and problem with `variant`
9+
field capitalization
10+
11+
-- Salvador E. Tropea <salvador@inti.gob.ar> Tue, 24 May 2022 08:59:47 -0300
12+
113
kibot (1.0.0-1) stable; urgency=medium
214

315
* KiCad 6 support

kibot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__email__ = 'stropea@inti.gob.ar'
66
__url__ = 'https://github.com/INTI-CMNB/KiBot/'
77
__status__ = 'stable'
8-
__version__ = '1.0.0'
8+
__version__ = '1.1.0'
99
__pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen']

0 commit comments

Comments
 (0)