Skip to content

Commit 23ba591

Browse files
author
root
committed
Bump version up to 0.0.30
1 parent 9514af6 commit 23ba591

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+
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+
16
0.0.20
27
----
38
* Fix for SPI not loading spidevX.X correctly based on load order

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
'Topic :: System :: Hardware']
2121

2222
setup(name = 'Adafruit_BBIO',
23-
version = '0.0.20',
23+
version = '0.0.30',
2424
author = 'Justin Cooper',
2525
author_email = 'justin@adafruit.com',
2626
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)