From 4f25af54a33bc65c4f9012cbb2068cbe19b742f0 Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 25 May 2022 00:07:35 +0200 Subject: [PATCH] Preparing a release --- CHANGES.rst | 10 +++++++++- segno/__init__.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index f407f179..c12804a2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -1.5.0 -- 2022-05-24 +1.5.2 -- 2022-05-25 ------------------- * Added support for `PEP 517 `_ * Removed PyQRCode from comparison / benchmarks since it adds no value anymore @@ -19,6 +19,14 @@ Changes * Changed default Python test version to 3.10 (2.7 and above are still supported) +1.5.1 -- 2022-05-05-24 +---------------------- +* Unreleased + +1.5.0 -- 2022-05-05-24 +---------------------- +* Unreleased + 1.4.1 -- 2021-11-25 ------------------- * Fixed Python type hints diff --git a/segno/__init__.py b/segno/__init__.py index b5eae4b3..949ecfec 100644 --- a/segno/__init__.py +++ b/segno/__init__.py @@ -21,7 +21,7 @@ except NameError: # pragma: no cover str_type = str -__version__ = '1.5.1.dev' +__version__ = '1.5.2' __all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode', 'QRCodeSequence', 'DataOverflowError')