File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 22Change log
33==========
44
5- 7.2 (unreleased)
6- ================
5+ 7.2 (19 July 2021)
6+ ==================
7+
8+ - Add Styled PIL image factory, allowing different color masks and shapes in QR codes
9+
10+ - Small performance inprovement
711
8- - Nothing changed yet.
12+ - Add check for border size parameter
913
1014
11157.1 (1 July 2021)
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ include LICENSE
33include signing-key.asc
44include tox.ini
55include doc/qr.1
6+ ignore .pypirc
Original file line number Diff line number Diff line change 11.\" Manpage for qr
2- .TH QR 1 "1 Jul 2021" "7.1 " "Python QR tool"
2+ .TH QR 1 "19 Jul 2021" "7.2 " "Python QR tool"
33.SH NAME
44qr \- script to create QR codes at the command line
55.SH SYNOPSIS
Original file line number Diff line number Diff line change 11[metadata]
22name = qrcode
3- version = 7.2.dev0
3+ version = 7.2
44description = QR Code image generator
55long_description = file: README.rst, CHANGES.rst
66author = Lincoln Loop
You can’t perform that action at this time.
0 commit comments