Skip to content

Commit

Permalink
updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adammhaile committed Mar 20, 2015
1 parent 7390812 commit 61223e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion bibliopixel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
import log
import colors

VERSION = '1.1.6'
VERSION = '1.1.7'

0 comments on commit 61223e8

Please sign in to comment.