Skip to content

Commit

Permalink
Merge release branch release-3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Nov 27, 2023
2 parents b0a0a7c + 5b75659 commit d4f5335
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
Changes
=======

3.0.1 -- 2023-11-dd
3.0.2 -- 2023-11-27
-------------------
* Fixed `#12 <https://github.com/heuer/qrcode-artistic/pull/12>`_
Animated QR Codes couldn't be created. Reported and Fixed
Animated QR Codes couldn't be created. Reported and fixed
by `Ubertao <https://github.com/ubertao>`_


3.0.1 -- unreleased
-------------------
* Unreleased due to packing problems


3.0.0 -- 2023-10-26
-------------------
* Removed support for Python 2.7
Expand Down
2 changes: 1 addition & 1 deletion qrcode_artistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
except ImportError:
pass

__version__ = '3.0.2.dev'
__version__ = '3.0.2'


def write_pil(qrcode, scale=1, border=None, dark='#000', light='#fff',
Expand Down

0 comments on commit d4f5335

Please sign in to comment.