Skip to content

Commit

Permalink
Merge release branch release-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 8, 2024
2 parents d4118b4 + 20a902c commit 796315d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changes
=======

1.6.1 -- 2024-mm--dd
--------------------
1.6.1 -- 2024-02-08
-------------------
* Switched from setuptools to flit for setup
* Updated test suite to work with musl based distributions

Expand Down
4 changes: 2 additions & 2 deletions 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" "Nov 28, 2023" "1.6.0" "Segno"
.TH "SEGNO" "1" "Feb 08, 2024" "1.6.1" "Segno"
.SH NAME
segno \- Segno QR Code encoder
.SH SYNOPSIS
Expand Down Expand Up @@ -409,6 +409,6 @@ Saves the Micro QR Code (M2\-M) as PNG image, using the color #003399 for dark
modules. Each module corresponds to 4 x 4 pixels because the scaling factor
was set to 4.
.SH COPYRIGHT
2016 - 2023 Lars Heuer -- "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED.
2016 - 2024 Lars Heuer -- "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED.
.\" Generated by docutils manpage writer.
.
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.1.dev'
__version__ = '1.6.1'

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

0 comments on commit 796315d

Please sign in to comment.