From 5b75659533691896b073fe26e9473d13c1433328 Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 27 Nov 2023 19:29:05 +0100 Subject: [PATCH] Updated CHANGES --- CHANGES.rst | 9 +++++++-- qrcode_artistic.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 56302a1..27fc2d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,13 +1,18 @@ Changes ======= -3.0.1 -- 2023-11-dd +3.0.2 -- 2023-11-27 ------------------- * Fixed `#12 `_ - Animated QR Codes couldn't be created. Reported and Fixed + Animated QR Codes couldn't be created. Reported and fixed by `Ubertao `_ +3.0.1 -- unreleased +------------------- +* Unreleased due to packing problems + + 3.0.0 -- 2023-10-26 ------------------- * Removed support for Python 2.7 diff --git a/qrcode_artistic.py b/qrcode_artistic.py index 5bcf55c..c75e513 100644 --- a/qrcode_artistic.py +++ b/qrcode_artistic.py @@ -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',