From 3a5519c0e5a4013e457f5a4cfa67cf81e2cfbfb5 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 17 Mar 2023 10:47:26 -0300 Subject: [PATCH] Bumped version to 1.6.2 - Just to make it different --- CHANGELOG.md | 3 +++ debian/changelog | 6 ++++++ kibot/__init__.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c67ce3d..5c6361af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.2] - UNRELEASED + + ## [1.6.1] - 2023-03-16 ### Added - KiCad 7.0.1 support diff --git a/debian/changelog b/debian/changelog index e9ca4986..065edd3c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kibot (1.6.2-1) UNRELEASED; urgency=medium + + * Reserved + + -- Salvador Eduardo Tropea Fri, 17 Mar 2023 10:46:41 -0300 + kibot (1.6.1-1) stable; urgency=medium * KiCad 7.0.1 support diff --git a/kibot/__init__.py b/kibot/__init__.py index 5628b2bb..5d36cf53 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -5,5 +5,5 @@ __license__ = 'AGPL v3' __email__ = 'stropea@inti.gob.ar' __url__ = 'https://github.com/INTI-CMNB/KiBot/' __status__ = 'stable' -__version__ = '1.6.1' +__version__ = '1.6.2' __pypi_deps__ = ['kiauto', 'pyyaml', 'xlsxwriter', 'colorama', 'requests', 'qrcodegen', 'markdown2']