We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9514af6 commit 23ba591Copy full SHA for 23ba591
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+0.0.30
2
+---
3
+* Merge Python 3 compatibility fixes from Github user westphahl.
4
+* Moved old Angstrom build fix for missing py_compile from setup.py to separate file.
5
+
6
0.0.20
7
----
8
* Fix for SPI not loading spidevX.X correctly based on load order
setup.py
@@ -20,7 +20,7 @@
20
'Topic :: System :: Hardware']
21
22
setup(name = 'Adafruit_BBIO',
23
- version = '0.0.20',
+ version = '0.0.30',
24
author = 'Justin Cooper',
25
author_email = 'justin@adafruit.com',
26
description = 'A module to control BeagleBone IO channels',
0 commit comments