Skip to content

Commit

Permalink
Increase package version to 1.0.3
Browse files Browse the repository at this point in the history
Version 1.0.3: resolve gcc error
- Add -Wno-strict-aliasing to CFLAGS to ignore gcc warning
   - Resolves GitHub issue #133 by @archey
  • Loading branch information
pdp7 committed Feb 10, 2017
1 parent baf41fc commit 921001c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.3
----
* Add -Wno-strict-aliasing to CFLAGS to ignore gcc warning
* Resolves GitHub issue #133 by @archey

1.0.2
----
* Merge pull request #130 from adafruit/issue129-usr-leds [1439133]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'Topic :: System :: Hardware']

setup(name = 'Adafruit_BBIO',
version = '1.0.2',
version = '1.0.3',
author = 'Justin Cooper',
author_email = '[email protected]',
description = 'A module to control BeagleBone IO channels',
Expand Down

0 comments on commit 921001c

Please sign in to comment.