Skip to content

Commit 5f6e66a

Browse files
committed
bump version
1 parent 1184c25 commit 5f6e66a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.0.18
2+
----
3+
* UART - Include UART overlays, and compile upon installation
4+
* UART - Rename UART overlays
5+
* Adafruit_I2C - Remove readU16Rev and readS16Rev
6+
* Adafruit_I2C - Updated readU16/readS16 for correct 16-bit reads
7+
18
0.0.17
29
----
310
* Fix SPI memory leaks

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'Topic :: System :: Hardware']
4444

4545
setup(name = 'Adafruit_BBIO',
46-
version = '0.0.17',
46+
version = '0.0.18',
4747
author = 'Justin Cooper',
4848
author_email = 'justin@adafruit.com',
4949
description = 'A module to control BeagleBone IO channels',

0 commit comments

Comments
 (0)