Skip to content

Commit 3985ae3

Browse files
committed
2.7
1 parent 89af2a0 commit 3985ae3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Change log
33
==========
44

5+
Version 2.7
6+
===========
7+
8+
* Fix incorrect termination padding.
9+
10+
511
Version 2.6
612
===========
713

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 "19 Mar 2013" "2.6" "Python QR tool"
2+
.TH QR 1 "19 Mar 2013" "2.7" "Python QR tool"
33
.SH NAME
44
qr \- script to create QR codes at the command line
55
.SH SYNOPSIS

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='qrcode',
6-
version='2.6',
6+
version='2.7',
77
url='https://github.com/lincolnloop/python-qrcode',
88
#download_url='',
99
description='QR Code image generator',

0 commit comments

Comments
 (0)