Skip to content

Commit

Permalink
Prep for 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 10, 2016
1 parent 80cafae commit 20ba6f2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 2 deletions.
5 changes: 5 additions & 0 deletions library/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.2.4
-----

* Added __version__ to module

1.2.3
-----

Expand Down
2 changes: 1 addition & 1 deletion library/piglow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 = 'piglow',
version = '1.2.3',
version = '1.2.4',
author = 'Philip Howard',
author_email = '[email protected]',
description = 'A module to drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
piglow (1.2.4) stable; urgency=low

* Added __version__ to module

-- Phil Howard <[email protected]> Thu, 10 Nov 2016 00:00:00 +0000

piglow (1.2.3) UNRELEASED; urgency=low

* Removed ref to pimglow.py in MANIFEST
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
piglow (1.2.4) stable; urgency=low

* Added __version__ to module

-- Phil Howard <[email protected]> Thu, 10 Nov 2016 00:00:00 +0000

piglow (1.2.3) UNRELEASED; urgency=low

* Removed ref to pimglow.py in MANIFEST
Expand Down

0 comments on commit 20ba6f2

Please sign in to comment.