Skip to content

Commit

Permalink
Merge branch 'release/0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Jul 15, 2019
2 parents 9d2545d + d19a407 commit 640e8cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changes
=======


0.3.1 -- 2019-07-15
0.3.2 -- 2019-07-15
-------------------
* Performance improvements
* Added man page for the CLI (fixes #41)
Expand All @@ -13,6 +13,12 @@ Changes
* Removed deprecated functions ``encoder.score_n1``, ``encoder.score_n2``,
``encoder.score_n3``, and ``encoder.score_n4`` (they didn't belong to the
public API anyway)
* Fixed Read the Docs build


0.3.1 -- 2019-07-15
-------------------
* See 0.3.2


0.3.0 -- 2019-06-25
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__ = '0.3.1'
__version__ = '0.3.2'

__all__ = ('make', 'make_qr', 'make_micro', 'make_sequence', 'QRCode',
'QRCodeSequence', 'QRCodeError', 'ErrorLevelError', 'ModeError',
Expand Down

0 comments on commit 640e8cc

Please sign in to comment.