We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5cbf7 commit c8dace5Copy full SHA for c8dace5
CHANGES.rst
@@ -2,10 +2,10 @@
2
Change log
3
==========
4
5
-7.3 (unreleased)
6
-================
+7.3 (19 August 2021)
+====================
7
8
-- Nothing changed yet.
+- Skip color mask if QR is black and white
9
10
11
7.2 (19 July 2021)
doc/qr.1
@@ -1,5 +1,5 @@
1
.\" Manpage for qr
-.TH QR 1 "19 Jul 2021" "7.2" "Python QR tool"
+.TH QR 1 "19 Aug 2021" "7.3" "Python QR tool"
.SH NAME
qr \- script to create QR codes at the command line
.SH SYNOPSIS
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = qrcode
-version = 7.3.dev0
+version = 7.3
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
0 commit comments