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 baf41fc commit 921001cCopy full SHA for 921001c
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+1.0.3
2
+----
3
+* Add -Wno-strict-aliasing to CFLAGS to ignore gcc warning
4
+ * Resolves GitHub issue #133 by @archey
5
+
6
1.0.2
7
----
8
* Merge pull request #130 from adafruit/issue129-usr-leds [1439133]
setup.py
@@ -34,7 +34,7 @@
34
'Topic :: System :: Hardware']
35
36
setup(name = 'Adafruit_BBIO',
37
- version = '1.0.2',
+ version = '1.0.3',
38
author = 'Justin Cooper',
39
author_email = '[email protected]',
40
description = 'A module to control BeagleBone IO channels',
0 commit comments