Skip to content

Commit

Permalink
Updated CHANGES / version no
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Aug 14, 2016
1 parent b1710f8 commit 307f374
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.1.0 -- 2016-08-14
0.1.1 -- 2016-08-14
-------------------
* Initial release


0.1.0 -- 2016-08-14
-------------------
* Unreleased
2 changes: 1 addition & 1 deletion segno/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
VersionError, DataOverflowError
from . import writers, utils

__version__ = '0.1.0'
__version__ = '0.1.1'

__all__ = ('make', 'make_qr', 'make_micro', 'QRCode', 'QRCodeError',
'ErrorLevelError', 'ModeError', 'MaskError', 'VersionError',
Expand Down

0 comments on commit 307f374

Please sign in to comment.