From a5a21b4d73f9c6c75a013893f2ce27b3a667d582 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 12 Apr 2017 13:26:12 +0000 Subject: [PATCH] Prep for v0.0.2 --- library/CHANGELOG.txt | 7 +++++++ library/phatbeat/__init__.py | 2 +- library/setup.py | 2 +- packaging/CHANGELOG | 8 ++++++++ packaging/debian/changelog | 8 ++++++++ 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 3b6ec67..1b8f872 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -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 ----- diff --git a/library/phatbeat/__init__.py b/library/phatbeat/__init__.py index 502c205..a6f12cd 100644 --- a/library/phatbeat/__init__.py +++ b/library/phatbeat/__init__.py @@ -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 diff --git a/library/setup.py b/library/setup.py index 0d591e5..ececad8 100755 --- a/library/setup.py +++ b/library/setup.py @@ -39,7 +39,7 @@ setup( name = 'phatbeat', - version = '0.0.1', + version = '0.0.2', author = 'Philip Howard', author_email = 'phil@pimoroni.com', description = """Python library for driving Pimoroni pHAT BEAT!""", diff --git a/packaging/CHANGELOG b/packaging/CHANGELOG index 76c0bdd..bc36871 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -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 Wed, 12 Apr 2017 00:00:00 +0000 + phatbeat (0.0.1) stable; urgency=low * Initial release diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 76c0bdd..bc36871 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -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 Wed, 12 Apr 2017 00:00:00 +0000 + phatbeat (0.0.1) stable; urgency=low * Initial release