Skip to content

Commit

Permalink
Prep for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 20, 2018
1 parent 73a7d65 commit 45521fe
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 2 deletions.
7 changes: 7 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.0
-----

* Improvement: deferred setup to avoid side-effects upon import
* Improvement: raise exception when missing smbus, rather than hard exit()
* BugFix: fixed print_str not blanking unused characters

0.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion library/fourletterphat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .alphanum4 import AlphaNum4
from .HT16K33 import *

__version__ = '0.0.2'
__version__ = '0.1.0'


display = None
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name = 'fourletterphat',
version = '0.0.2',
version = '0.1.0',
author = 'Philip Howard',
author_email = 'phil@pimoroni.com',
description = 'Four Letter pHAT Driver',
Expand Down
8 changes: 8 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
fourletterphat (0.1.0) STABLE; urgency=low

* Improvement: deferred setup to avoid side-effects upon import
* Improvement: raise exception when missing smbus, rather than hard exit()
* BugFix: fixed print_str not blanking unused characters

-- Phil Howard <phil@pimoroni.com> Tue, 20 Feb 2018 00:00:00 +0000

fourletterphat (0.0.2) STABLE; urgency=low

* New: set_blink method to enable built-in blink
Expand Down
8 changes: 8 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
fourletterphat (0.1.0) STABLE; urgency=low

* Improvement: deferred setup to avoid side-effects upon import
* Improvement: raise exception when missing smbus, rather than hard exit()
* BugFix: fixed print_str not blanking unused characters

-- Phil Howard <phil@pimoroni.com> Tue, 20 Feb 2018 00:00:00 +0000

fourletterphat (0.0.2) STABLE; urgency=low

* New: set_blink method to enable built-in blink
Expand Down

0 comments on commit 45521fe

Please sign in to comment.