We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ddbc55 commit 9f4704cCopy full SHA for 9f4704c
3 files changed
CHANGES.rst
@@ -2,8 +2,8 @@
2
Change log
3
==========
4
5
-7.5 (unreleased)
6
-================
+7.4.2 (6 February 2023)
+=======================
7
8
- Allow ``pypng`` factory to allow for saving to a string (like
9
``qr.save("some_file.png")``) in addition to file-like objects.
doc/qr.1
@@ -1,5 +1,5 @@
1
.\" Manpage for qr
-.TH QR 1 "3 Feb 2023" "7.4.1" "Python QR tool"
+.TH QR 1 "6 Feb 2023" "7.4.2" "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.2
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
0 commit comments