From b41cc53f2a9e1b973a79439444dd2cf16d80796a Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 17 Dec 2023 22:36:41 +0100 Subject: [PATCH 1/4] update authors --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 30f29215..c3d40d6c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ Ahmed Tahri akeonly Alejandro Hernández Alexander Bougakov +Alexandre Detiste Alex Debiasio Alfredo Orozco Asuki Kono From 2870447b182da0f6714b649e26fab295673a39a6 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 17 Dec 2023 22:43:22 +0100 Subject: [PATCH 2/4] update changelog --- CHANGELOG.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3b09836e..dfa432a6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,9 +1,11 @@ Changelog ========= -2023-xx-xx - Version 3.x - "" ------------------------------ - +2023-12-17 - Version 3.1 - "Rubric Of Ruin" +------------------------------------------- +This is the minor release of the new version 3.1. +It adds a modification of the API of the qr-method, +hence the minor release. changes ^^^^^^^ @@ -12,10 +14,15 @@ changes - use version 0.15 and upwards of python-barcode - fix an issue in the config provider that prevented config files to be found when only a path was supplied +- Improve type annotations, usage of six and other + packaging relevant parts. contributors ^^^^^^^^^^^^ - Patrick Kanzler +- Alexandre Detiste +- tuxmaster +- belono 2023-11-17 - Version 3.0 - "Quietly Confident" From a871f0b88d9bb66955f316796537b1476ba893a2 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 17 Dec 2023 22:46:20 +0100 Subject: [PATCH 3/4] update spelling --- doc/spelling_wordlist.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/spelling_wordlist.txt b/doc/spelling_wordlist.txt index f674ca7a..0fc9cf4a 100644 --- a/doc/spelling_wordlist.txt +++ b/doc/spelling_wordlist.txt @@ -68,6 +68,8 @@ Qian Lehtonen Kanzler Rotondo +Alexandre +Detiste barcode barcodes From 061c19a4f60ab5e04cd6446fae8d8973c7cad142 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Sun, 17 Dec 2023 22:49:25 +0100 Subject: [PATCH 4/4] update black --- .github/workflows/black.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index c7f8f8e3..cd96de02 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -9,5 +9,5 @@ jobs: - uses: actions/checkout@v4 - uses: psf/black@stable with: - version: "23.3.0" + version: "23.12.0"