Skip to content

Commit 9b67a3f

Browse files
committed
Merge release branch release-1.6.6
2 parents adaf2a8 + 8da7980 commit 9b67a3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Changes
22
=======
33

44

5-
1.6.6 -- 2025-03-dd
5+
1.6.6 -- 2025-03-12
66
-------------------
77
* Fixed man page directory. This issue was introduced by mistake in the
88
1.6.4/1.6.5 release and was reported by `Johannes Kastl <https://github.com/kastl-ars>`_

data/share/man/man1/segno.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "SEGNO" "1" "Mar 11, 2025" "1.6.5" "Segno"
30+
.TH "SEGNO" "1" "Mar 12, 2025" "1.6.6" "Segno"
3131
.SH NAME
3232
segno \- Segno QR Code encoder
3333
.SH SYNOPSIS

segno/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from .encoder import DataOverflowError
1616
from . import writers, utils
1717

18-
__version__ = '1.6.6.dev'
18+
__version__ = '1.6.6'
1919

2020
__all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode',
2121
'QRCodeSequence', 'DataOverflowError')

0 commit comments

Comments
 (0)