Skip to content

Commit

Permalink
Incremented version number, updated CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Oct 26, 2023
1 parent bdb6c42 commit 6eec5de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

1.6.0 -- yyyy-mm-dd
-------------------
* Dropped Python 2.7 support


1.5.3 -- 2023-10-25
-------------------
* Merged `PR #124 <https://github.com/heuer/segno/pull/124>`_ implemented by
Expand Down
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from .encoder import DataOverflowError
from . import writers, utils

__version__ = '1.5.4.dev'
__version__ = '1.6.0.dev'

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

0 comments on commit 6eec5de

Please sign in to comment.