Skip to content

Commit

Permalink
Merge release branch release-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Sep 1, 2020
2 parents 71c3cd8 + 0f63710 commit c069a59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

1.3.1 -- 2020-09-01
-------------------
* Fixed: Stub files (type hints) were missing from the source distribution.


1.3.0 -- 2020-08-31
-------------------
* Fixed `#84 <https://github.com/heuer/segno/issues/84>`_:
Expand Down
2 changes: 1 addition & 1 deletion 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" "Aug 31, 2020" "1.3.0" "Segno"
.TH "SEGNO" "1" "Sep 01, 2020" "1.3.1" "Segno"
.SH NAME
segno \- Segno QR Code encoder
.
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.3.1.dev'
__version__ = '1.3.1'

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

0 comments on commit c069a59

Please sign in to comment.