Skip to content

Commit

Permalink
Merge release branch release-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Oct 26, 2023
2 parents 0348f41 + 5c8bba8 commit d1a2ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

3.0.0 -- 2023-10-dd
3.0.0 -- 2023-10-26
-------------------
* Removed support for Python 2.7
* Fixed `#11 <https://github.com/heuer/qrcode-artistic/issues/11>`_
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.0.dev'
__version__ = '3.0.0'


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

0 comments on commit d1a2ac8

Please sign in to comment.