File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change 1111from codecs import open
1212import sys
1313
14- VERSION = '0.9.6 '
14+ VERSION = '0.9.7 '
1515
1616#converts markdown to reStructured
1717long_description = ""
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.
You can’t perform that action at this time.
0 commit comments