Skip to content

Commit

Permalink
Merge release branch release-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Aug 31, 2020
2 parents 12bee73 + 8e096ab commit aa39a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.2.dev" "Segno"
.TH "SEGNO" "1" "Aug 31, 2020" "1.3.0" "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.0.dev'
__version__ = '1.3.0'

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

0 comments on commit aa39a8e

Please sign in to comment.