Skip to content

Commit 06a90ab

Browse files
committed
Prep for 4.0.2 release
1 parent 9a2c407 commit 06a90ab

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGES.rst

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

5-
HEAD
6-
====
7-
8-
*
9-
105

116
Version 4.0
127
===========
@@ -30,6 +25,14 @@ Version 4.0.1
3025

3126
* Fix the pymaging backend not able to save the image to a buffer. Thanks ilj!
3227

28+
Version 4.0.2
29+
-------------
30+
31+
* Fix incorrect regex causing a comma to be considered part of the alphanumeric
32+
set.
33+
34+
* Switch to using setuptools for setup.py.
35+
3336

3437
Version 3.1
3538
===========

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='4.0.1.post',
6+
version='4.0.2',
77
url='https://github.com/lincolnloop/python-qrcode',
88
#download_url='',
99
description='QR Code image generator',

0 commit comments

Comments
 (0)