From 20ba6f2e668f2216f6ae076f8246e3f6c0505049 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Thu, 10 Nov 2016 11:58:13 +0000 Subject: [PATCH] Prep for 1.2.4 --- library/CHANGELOG.txt | 5 +++++ library/piglow.py | 2 +- library/setup.py | 2 +- packaging/CHANGELOG | 6 ++++++ packaging/debian/changelog | 6 ++++++ 5 files changed, 19 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.txt b/library/CHANGELOG.txt index 9c0f4e3..a97322a 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +1.2.4 +----- + +* Added __version__ to module + 1.2.3 ----- diff --git a/library/piglow.py b/library/piglow.py index b05bd49..827b2c3 100644 --- a/library/piglow.py +++ b/library/piglow.py @@ -7,7 +7,7 @@ except ImportError: exit("This library requires the sn3218 module\nInstall with: sudo pip install sn3218") -__version__ = '1.2.3' +__version__ = '1.2.4' sn3218.enable() sn3218.enable_leds(0b111111111111111111) diff --git a/library/setup.py b/library/setup.py index a9c1469..1765045 100755 --- a/library/setup.py +++ b/library/setup.py @@ -39,7 +39,7 @@ setup( name = 'piglow', - version = '1.2.3', + version = '1.2.4', author = 'Philip Howard', author_email = 'phil@pimoroni.com', description = 'A module to drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller', diff --git a/packaging/CHANGELOG b/packaging/CHANGELOG index 4a4d9ff..ca9ffc1 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -1,3 +1,9 @@ +piglow (1.2.4) stable; urgency=low + + * Added __version__ to module + + -- Phil Howard Thu, 10 Nov 2016 00:00:00 +0000 + piglow (1.2.3) UNRELEASED; urgency=low * Removed ref to pimglow.py in MANIFEST diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 4a4d9ff..ca9ffc1 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +piglow (1.2.4) stable; urgency=low + + * Added __version__ to module + + -- Phil Howard Thu, 10 Nov 2016 00:00:00 +0000 + piglow (1.2.3) UNRELEASED; urgency=low * Removed ref to pimglow.py in MANIFEST