Skip to content

Commit 3e0fe62

Browse files
committed
release: v0.9.7
1 parent 5315b8e commit 3e0fe62

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ to generate a valid token and use our APIs.
1212

1313
## Changelog
1414

15+
### 01/28/16 - v0.9.7
16+
- Rejects reserved column names, case-insensitive
17+
1518
### 01/27/16 - v0.9.6
1619
- Add additional reserved column name: 'all'
1720
- Fix error with when manually adding `DataStore` to a client (not recommended)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from codecs import open
1212
import sys
1313

14-
VERSION = '0.9.6'
14+
VERSION = '0.9.7'
1515

1616
#converts markdown to reStructured
1717
long_description = ""
@@ -42,7 +42,7 @@
4242
version=VERSION,
4343

4444
description='Library for connecting to iobeam, the data analysis \
45-
platform for the Internet of Things.',
45+
platform for the Internet of Things (IoT).',
4646
long_description=long_description,
4747

4848
# The project's main homepage.

0 commit comments

Comments
 (0)