Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyChris committed Oct 11, 2012
1 parent ad2c244 commit 201a17c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,22 @@ Change log
==========


Version 2.3.1
=============
Version 2.4
===========

* Encode unicode to utf-8 bytestrings when adding data to a QRCode.
* Use a pluggable backend system for generating images, thanks to Branko Čibej!
Comes with PIL and SVG backends built in.

Version 2.4.1
-------------

* Fix a packaging issue

Version 2.4.2
-------------

* Added a ``show`` method to the PIL image wrapper so the ``run_example``
function actually works.


Version 2.3
Expand All @@ -15,6 +27,11 @@ Version 2.3
* When adding data, auto-select the more efficient encoding methods for numbers
and alphanumeric data (KANJI still not supported).

Version 2.3.1
-------------

* Encode unicode to utf-8 bytestrings when adding data to a QRCode.


Version 2.2
===========
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='qrcode',
version='2.4.1',
version='2.4.2',
url='https://github.com/lincolnloop/python-qrcode',
#download_url='',
description='QR Code image generator',
Expand Down

0 comments on commit 201a17c

Please sign in to comment.