Prepare release 3.1 (#614)
* update authors * update changelog * update spelling * update black
This commit is contained in:
parent
b66dafc90e
commit
0d22896689
|
@ -9,5 +9,5 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: psf/black@stable
|
- uses: psf/black@stable
|
||||||
with:
|
with:
|
||||||
version: "23.3.0"
|
version: "23.12.0"
|
||||||
|
|
||||||
|
|
1
AUTHORS
1
AUTHORS
|
@ -2,6 +2,7 @@ Ahmed Tahri
|
||||||
akeonly
|
akeonly
|
||||||
Alejandro Hernández
|
Alejandro Hernández
|
||||||
Alexander Bougakov
|
Alexander Bougakov
|
||||||
|
Alexandre Detiste
|
||||||
Alex Debiasio
|
Alex Debiasio
|
||||||
Alfredo Orozco
|
Alfredo Orozco
|
||||||
Asuki Kono
|
Asuki Kono
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
Changelog
|
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
|
changes
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
@ -12,10 +14,15 @@ changes
|
||||||
- use version 0.15 and upwards of python-barcode
|
- use version 0.15 and upwards of python-barcode
|
||||||
- fix an issue in the config provider that prevented
|
- fix an issue in the config provider that prevented
|
||||||
config files to be found when only a path was supplied
|
config files to be found when only a path was supplied
|
||||||
|
- Improve type annotations, usage of six and other
|
||||||
|
packaging relevant parts.
|
||||||
|
|
||||||
contributors
|
contributors
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
- Patrick Kanzler
|
- Patrick Kanzler
|
||||||
|
- Alexandre Detiste
|
||||||
|
- tuxmaster
|
||||||
|
- belono
|
||||||
|
|
||||||
|
|
||||||
2023-11-17 - Version 3.0 - "Quietly Confident"
|
2023-11-17 - Version 3.0 - "Quietly Confident"
|
||||||
|
|
|
@ -68,6 +68,8 @@ Qian
|
||||||
Lehtonen
|
Lehtonen
|
||||||
Kanzler
|
Kanzler
|
||||||
Rotondo
|
Rotondo
|
||||||
|
Alexandre
|
||||||
|
Detiste
|
||||||
|
|
||||||
barcode
|
barcode
|
||||||
barcodes
|
barcodes
|
||||||
|
|
Loading…
Reference in New Issue