Skip to content

Commit

Permalink
Merge release branch release-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Sep 10, 2020
2 parents 1df9dfd + d40a9e7 commit 013d8e8
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
=======

2.x.y -- 2020-09-dd
2.1.0 -- 2020-09-10
-------------------
* Deprecated optional "format" keyword, use "kind" for
``QRCode.to_artistic``
Expand Down
2 changes: 1 addition & 1 deletion qrcode_artistic.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from PIL import Image, ImageDraw, ImageSequence
from segno import consts

__version__ = '2.0.2.dev'
__version__ = '2.1.0'


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

0 comments on commit 013d8e8

Please sign in to comment.