We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a2c407 commit 06a90abCopy full SHA for 06a90ab
2 files changed
CHANGES.rst
@@ -2,11 +2,6 @@
2
Change log
3
==========
4
5
-HEAD
6
-====
7
-
8
-*
9
10
11
Version 4.0
12
===========
@@ -30,6 +25,14 @@ Version 4.0.1
30
25
31
26
* Fix the pymaging backend not able to save the image to a buffer. Thanks ilj!
32
27
28
+Version 4.0.2
29
+-------------
+
+* Fix incorrect regex causing a comma to be considered part of the alphanumeric
+ set.
33
34
+* Switch to using setuptools for setup.py.
35
36
37
Version 3.1
38
setup.py
@@ -3,7 +3,7 @@
setup(
name='qrcode',
- version='4.0.1.post',
+ version='4.0.2',
url='https://github.com/lincolnloop/python-qrcode',
#download_url='',
description='QR Code image generator',
0 commit comments