Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Version 1.2.7 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Apr 18, 2017
1 parent 92fcb62 commit 67619fc
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.7
-----

* Bugfix: Fix for Python 3.5

1.2.6
-----

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 = 'sn3218',
version = '1.2.6',
version = '1.2.7',
author = 'Jonathan Williamson',
author_email = '[email protected]',
description = 'A module to drive the sn3218 i2c LED controller',
Expand Down
2 changes: 1 addition & 1 deletion library/sn3218.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
elif sys.version_info[0] == 3:
sys.exit("This library requires python3-smbus\nInstall with: sudo apt-get install python3-smbus")

__version__ = '1.2.6'
__version__ = '1.2.7'

I2C_ADDRESS = 0x54
CMD_ENABLE_OUTPUT = 0x00
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sn3218 (1.2.7) stable; urgency=low

* Bugfix: Fix for Python 3.5

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

sn3218 (1.2.6) stable; urgency=low

* Initial commit to Raspbian apt repository
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 @@
sn3218 (1.2.7) stable; urgency=low

* Bugfix: Fix for Python 3.5

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

sn3218 (1.2.6) stable; urgency=low

* Initial commit to Raspbian apt repository
Expand Down

0 comments on commit 67619fc

Please sign in to comment.