diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index bc99671..cdc8e73 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.1.1 +----- + +* Bugfix: Added sleep on clock to prevent unstable output on Pi 3B+ under load + 0.1.0 ----- diff --git a/library/phatbeat/__init__.py b/library/phatbeat/__init__.py index a38e48b..2893713 100644 --- a/library/phatbeat/__init__.py +++ b/library/phatbeat/__init__.py @@ -9,7 +9,7 @@ raise ImportError("This library requires the RPi.GPIO module\nInstall with: sudo pip install RPi.GPIO") -__version__ = '0.1.0' +__version__ = '0.1.1' DAT = 23 CLK = 24 diff --git a/library/setup.py b/library/setup.py index 706d664..36102ac 100755 --- a/library/setup.py +++ b/library/setup.py @@ -39,7 +39,7 @@ setup( name = 'phatbeat', - version = '0.1.0', + version = '0.1.1', 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 c6a73ee..9a51223 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -1,3 +1,9 @@ +phatbeat (0.1.1) stable; urgency=low + + * Bugfix: Added sleep on clock to prevent unstable output on Pi 3B+ under load + + -- Phil Howard Thu, 7 Jun 2018 00:00:00 +0000 + phatbeat (0.1.0) stable; urgency=low * Bugfix: Deferred initialisation to prevent import side-effects diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c6a73ee..9a51223 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +phatbeat (0.1.1) stable; urgency=low + + * Bugfix: Added sleep on clock to prevent unstable output on Pi 3B+ under load + + -- Phil Howard Thu, 7 Jun 2018 00:00:00 +0000 + phatbeat (0.1.0) stable; urgency=low * Bugfix: Deferred initialisation to prevent import side-effects