From f259e9540248379ebe08008f2d18c2f841c57bac Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 6 Feb 2017 12:36:47 +0000 Subject: [PATCH] Preparing v0.1.3 --- library/CHANGELOG.txt | 5 +++++ library/cap1xxx.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 b27d60e..b55c7a6 100644 --- a/library/CHANGELOG.txt +++ b/library/CHANGELOG.txt @@ -1,3 +1,8 @@ +0.1.3 +----- + +* Fixed LED rise/fall rate method + 0.1.2 ----- diff --git a/library/cap1xxx.py b/library/cap1xxx.py index 8d8a5c3..46905f5 100644 --- a/library/cap1xxx.py +++ b/library/cap1xxx.py @@ -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 diff --git a/library/setup.py b/library/setup.py index 7b0a4d2..304e7b7 100755 --- a/library/setup.py +++ b/library/setup.py @@ -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', diff --git a/packaging/CHANGELOG b/packaging/CHANGELOG index 79109b2..fa6f1e4 100644 --- a/packaging/CHANGELOG +++ b/packaging/CHANGELOG @@ -1,3 +1,9 @@ +cap1xxx (0.1.3) STABLE; urgency=low + + * Fixed LED rise/fall rate method + + -- Phil Howard Mon, 06 Feb 2017 00:00:00 +0000 + cap1xxx (0.1.2) STABLE; urgency=low * Initial commit to Raspbian apt repository diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 79109b2..fa6f1e4 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +cap1xxx (0.1.3) STABLE; urgency=low + + * Fixed LED rise/fall rate method + + -- Phil Howard Mon, 06 Feb 2017 00:00:00 +0000 + cap1xxx (0.1.2) STABLE; urgency=low * Initial commit to Raspbian apt repository