Skip to content

Commit

Permalink
Merge release branch release-1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed May 24, 2022
2 parents 40d7cd1 + 4f25af5 commit 65683b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

1.5.0 -- 2022-05-24
1.5.2 -- 2022-05-25
-------------------
* Added support for `PEP 517 <https://www.python.org/dev/peps/pep-0517/>`_
* Removed PyQRCode from comparison / benchmarks since it adds no value anymore
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 65683b3

Please sign in to comment.