Skip to content

Commit 921001c

Browse files
committed
Increase package version to 1.0.3
Version 1.0.3: resolve gcc error - Add -Wno-strict-aliasing to CFLAGS to ignore gcc warning - Resolves GitHub issue #133 by @archey
1 parent baf41fc commit 921001c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
1.0.2
27
----
38
* Merge pull request #130 from adafruit/issue129-usr-leds [1439133]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'Topic :: System :: Hardware']
3535

3636
setup(name = 'Adafruit_BBIO',
37-
version = '1.0.2',
37+
version = '1.0.3',
3838
author = 'Justin Cooper',
3939
author_email = '[email protected]',
4040
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)