Skip to content

Commit

Permalink
Merge release branch release-1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Mar 23, 2021
2 parents b8b156b + 9582c4b commit 53e078d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changes
=======

1.3.2 -- 2021-03-22
1.3.3 -- 2021-03-23
-------------------
* Fixed `#95 <https://github.com/heuer/segno/issues/95>`_:
``helpers.make_wifi`` and ``helpers.make_wifi_data`` may return
Expand All @@ -11,6 +11,11 @@ Changes
signature and doc strings to match the stub / type hints.


1.3.2 -- 2021-03-22
-------------------
* Not released due to twine issues (markup errors in README.rst)


1.3.1 -- 2020-09-01
-------------------
* Fixed: Stub files (type hints) were missing from the source distribution.
Expand Down
4 changes: 2 additions & 2 deletions man/segno.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "SEGNO" "1" "Sep 01, 2020" "1.3.1" "Segno"
.TH "SEGNO" "1" "Mar 23, 2021" "1.3.3" "Segno"
.SH NAME
segno \- Segno QR Code encoder
.
Expand Down Expand Up @@ -391,6 +391,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 - 2020 Lars Heuer -- "QR Code" and "Micro QR Code" are registered trademarks of DENSO WAVE INCORPORATED.
2016 - 2021 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 @@ -21,7 +21,7 @@
except NameError: # pragma: no cover
str_type = str

__version__ = '1.3.3.dev'
__version__ = '1.3.3'

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

0 comments on commit 53e078d

Please sign in to comment.