From 61223e8d9ee8652a0340cd60f38de2fdc595239d Mon Sep 17 00:00:00 2001 From: adammhaile Date: Fri, 20 Mar 2015 17:51:01 -0400 Subject: [PATCH] updated version number --- CHANGELIST.md | 4 ++++ bibliopixel/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 406960085..958cfae47 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -1,3 +1,7 @@ +### v1.1.7 +Added check for pyserial version +Forced case insenitive grep for USB ID + ### v1.1.6 Bug fix for APA102 support in DriverSerial diff --git a/bibliopixel/__init__.py b/bibliopixel/__init__.py index 469886525..bda72d79e 100644 --- a/bibliopixel/__init__.py +++ b/bibliopixel/__init__.py @@ -2,4 +2,4 @@ import log import colors -VERSION = '1.1.6' \ No newline at end of file +VERSION = '1.1.7' \ No newline at end of file