Skip to content

Commit 2c4d44e

Browse files
committed
Create release 1.0.7 with #188 fix
Signed-off-by: Drew Fustini <[email protected]>
1 parent 794d713 commit 2c4d44e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.0.7
2+
----
3+
* **Fixes:**
4+
* Issue #188: GPIO is extremely slow (20ms to toggle)
5+
6+
* **shortlog:**
7+
Drew Fustini (4):
8+
Update README.md
9+
add config-pin example to README
10+
Filter DEBUG syslog to avoid poor performance #188
11+
Change log level from INFO to DEBUG #188
12+
113
1.0.6
214
----
315
* Currently recommended image: [Debian 9.2 "Stretch" iot (2017-10-29)](https://elinux.org/Beagleboard:BeagleBoneBlack_Debian#microSD.2FStandalone:_.28stretch-iot.29_.28All_BeagleBone_Variants_.26_PocketBeagle.29)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141

4242
setup(name = 'Adafruit_BBIO',
43-
version = '1.0.6',
43+
version = '1.0.7',
4444
author = 'Justin Cooper',
4545
author_email = '[email protected]',
4646
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)