From 5fe00f25988111edf3ad4b10ae916b65a200e9b8 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Wed, 19 Oct 2022 10:44:02 -0300 Subject: [PATCH] Bumped version to 1.4.1 - Just to identify it as different --- CHANGELOG.md | 2 +- debian/changelog | 6 ++++++ kibot/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c320ffe6..5f5a15fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/debian/changelog b/debian/changelog index 5ab6029e..24ede70c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kibot (1.4.1-1) stable; urgency=medium + + * Reserved for a new release + + -- Salvador E. Tropea Wed, 19 Oct 2022 10:43:08 -0300 + kibot (1.4.0-1) stable; urgency=medium * New outputs: PCB_Variant and Copy_Files. diff --git a/kibot/__init__.py b/kibot/__init__.py index 7981a181..3904e4a8 100644 --- a/kibot/__init__.py +++ b/kibot/__init__.py @@ -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']