Skip to content

Commit

Permalink
Prep for v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 12, 2017
1 parent 118466b commit a5a21b4
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.0.2
-----

* Bugfix: Corrected (reversed) order of pixels in second bar
* New: Optional threading for button handlers
* New: Added hold() to attach a handler to a button hold event

0.0.1
-----

Expand Down
2 changes: 1 addition & 1 deletion library/phatbeat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
exit("This library requires the RPi.GPIO module\nInstall with: sudo pip install RPi.GPIO")


__version__ = '0.0.1'
__version__ = '0.0.2'

DAT = 23
CLK = 24
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 = 'phatbeat',
version = '0.0.1',
version = '0.0.2',
author = 'Philip Howard',
author_email = '[email protected]',
description = """Python library for driving Pimoroni pHAT BEAT!""",
Expand Down
8 changes: 8 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
phatbeat (0.0.2) stable; urgency=low

* Bugfix: Corrected (reversed) order of pixels in second bar
* New: Optional threading for button handlers
* New: Added hold() to attach a handler to a button hold event

-- Phil Howard <[email protected]> Wed, 12 Apr 2017 00:00:00 +0000

phatbeat (0.0.1) stable; urgency=low

* Initial release
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 @@
phatbeat (0.0.2) stable; urgency=low

* Bugfix: Corrected (reversed) order of pixels in second bar
* New: Optional threading for button handlers
* New: Added hold() to attach a handler to a button hold event

-- Phil Howard <[email protected]> Wed, 12 Apr 2017 00:00:00 +0000

phatbeat (0.0.1) stable; urgency=low

* Initial release
Expand Down

0 comments on commit a5a21b4

Please sign in to comment.