We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f2b9c commit b0ac7ecCopy full SHA for b0ac7ec
CHANGES.rst
@@ -2,10 +2,10 @@
2
Change log
3
==========
4
5
-6.2 (unreleased)
6
-================
+7.0 (29 June 2021)
+==================
7
8
-- Nothing changed yet.
+- Drop Python < 3.6 support.
9
10
11
6.1 (14 January 2019)
doc/qr.1
@@ -1,5 +1,5 @@
1
.\" Manpage for qr
-.TH QR 1 "14 Jan 2019" "6.1" "Python QR tool"
+.TH QR 1 "29 Jun 2021" "7.0" "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 = 6.2.dev0
+version = 7.0
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
0 commit comments