We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8296222 commit 96f8a21Copy full SHA for 96f8a21
CHANGES.rst
@@ -2,8 +2,8 @@
2
Change log
3
==========
4
5
-7.5 (unreleased)
6
-================
+7.4.1 (3 February 2023)
+=======================
7
8
- Fix bad over-optimization in v7.4 that broke large QR codes. Thanks to
9
mattiasj-axis!
doc/qr.1
@@ -1,5 +1,5 @@
1
.\" Manpage for qr
-.TH QR 1 "1 Feb 2023" "7.4" "Python QR tool"
+.TH QR 1 "3 Feb 2023" "7.4.1" "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.5.dev0
+version = 7.4.1
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
0 commit comments