Skip to content

Commit

Permalink
Merge release branch release-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Aug 27, 2020
2 parents bb48c70 + 4791ded commit c5ca3e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changes
=======

1.2.1 -- 2020-mm-dd
1.2.1 -- 2020-08-27
-------------------
* Improved API docs
* Added support for type hints for the public API (stub files)


1.2.0 -- 2020-08-18
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 18, 2020" "1.2.0" "Segno"
.TH "SEGNO" "1" "Aug 27, 2020" "1.2.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.2.1.dev'
__version__ = '1.2.1'

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

0 comments on commit c5ca3e3

Please sign in to comment.