Skip to content

Commit

Permalink
Preparing v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 6, 2017
1 parent 4d432b7 commit f259e95
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 @@
0.1.3
-----

* Fixed LED rise/fall rate method

0.1.2
-----

Expand Down
2 changes: 1 addition & 1 deletion library/cap1xxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
except ImportError:
exit("This library requires the RPi.GPIO module\nInstall with: sudo pip install RPi.GPIO")

__version__ = '0.1.2'
__version__ = '0.1.3'

# DEVICE MAP
DEFAULT_ADDR = 0x28
Expand Down
2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

setup(
name = 'Cap1xxx',
version = '0.1.2',
version = '0.1.3',
author = 'Philip Howard',
author_email = 'phil@pimoroni.com',
description = 'A module to drive various Microchip cap1xxx touch ICs',
Expand Down
6 changes: 6 additions & 0 deletions packaging/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cap1xxx (0.1.3) STABLE; urgency=low

* Fixed LED rise/fall rate method

-- Phil Howard <phil@pimoroni.com> Mon, 06 Feb 2017 00:00:00 +0000

cap1xxx (0.1.2) 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 @@
cap1xxx (0.1.3) STABLE; urgency=low

* Fixed LED rise/fall rate method

-- Phil Howard <phil@pimoroni.com> Mon, 06 Feb 2017 00:00:00 +0000

cap1xxx (0.1.2) STABLE; urgency=low

* Initial commit to Raspbian apt repository
Expand Down

0 comments on commit f259e95

Please sign in to comment.