Skip to content

Commit

Permalink
Merge release branch release-1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Nov 27, 2023
2 parents a00fb3d + 4e9ad39 commit 87a4830
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

1.6.0 -- yyyy-mm-dd
1.6.0 -- 2023-11-28
-------------------
* Dropped Python 2.7 support
* Removed dependency on ``pkg_resources``. Segno uses ``importlib.metadata``
Expand Down
2 changes: 1 addition & 1 deletion man/segno.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "SEGNO" "1" "Oct 25, 2023" "1.5.3" "Segno"
.TH "SEGNO" "1" "Nov 28, 2023" "1.6.0" "Segno"
.SH NAME
segno \- Segno QR Code encoder
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .encoder import DataOverflowError
from . import writers, utils

__version__ = '1.6.0.dev'
__version__ = '1.6.0'

__all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode',
'QRCodeSequence', 'DataOverflowError')
Expand Down

0 comments on commit 87a4830

Please sign in to comment.