Skip to content

Commit 1e95d6c

Browse files
committed
Preparing release 7.2
1 parent 1f4955e commit 1e95d6c

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGES.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
Change 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

1115
7.1 (1 July 2021)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ include LICENSE
33
include signing-key.asc
44
include tox.ini
55
include doc/qr.1
6+
ignore .pypirc

doc/qr.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
44
qr \- script to create QR codes at the command line
55
.SH SYNOPSIS

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = qrcode
3-
version = 7.2.dev0
3+
version = 7.2
44
description = QR Code image generator
55
long_description = file: README.rst, CHANGES.rst
66
author = Lincoln Loop

0 commit comments

Comments
 (0)