Skip to content

Commit f259e95

Browse files
committed
Preparing v0.1.3
1 parent 4d432b7 commit f259e95

5 files changed

Lines changed: 19 additions & 2 deletions

File tree

library/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.1.3
2+
-----
3+
4+
* Fixed LED rise/fall rate method
5+
16
0.1.2
27
-----
38

library/cap1xxx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
except ImportError:
2626
exit("This library requires the RPi.GPIO module\nInstall with: sudo pip install RPi.GPIO")
2727

28-
__version__ = '0.1.2'
28+
__version__ = '0.1.3'
2929

3030
# DEVICE MAP
3131
DEFAULT_ADDR = 0x28

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
setup(
3838
name = 'Cap1xxx',
39-
version = '0.1.2',
39+
version = '0.1.3',
4040
author = 'Philip Howard',
4141
author_email = 'phil@pimoroni.com',
4242
description = 'A module to drive various Microchip cap1xxx touch ICs',

packaging/CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cap1xxx (0.1.3) STABLE; urgency=low
2+
3+
* Fixed LED rise/fall rate method
4+
5+
-- Phil Howard <phil@pimoroni.com> Mon, 06 Feb 2017 00:00:00 +0000
6+
17
cap1xxx (0.1.2) STABLE; urgency=low
28

39
* Initial commit to Raspbian apt repository

packaging/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
cap1xxx (0.1.3) STABLE; urgency=low
2+
3+
* Fixed LED rise/fall rate method
4+
5+
-- Phil Howard <phil@pimoroni.com> Mon, 06 Feb 2017 00:00:00 +0000
6+
17
cap1xxx (0.1.2) STABLE; urgency=low
28

39
* Initial commit to Raspbian apt repository

0 commit comments

Comments
 (0)