Skip to content

Commit

Permalink
release: v0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RobAtticus committed Jan 28, 2016
1 parent 5315b8e commit 3e0fe62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ to generate a valid token and use our APIs.

## Changelog

### 01/28/16 - v0.9.7
- Rejects reserved column names, case-insensitive

### 01/27/16 - v0.9.6
- Add additional reserved column name: 'all'
- Fix error with when manually adding `DataStore` to a client (not recommended)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from codecs import open
import sys

VERSION = '0.9.6'
VERSION = '0.9.7'

#converts markdown to reStructured
long_description = ""
Expand Down Expand Up @@ -42,7 +42,7 @@
version=VERSION,

description='Library for connecting to iobeam, the data analysis \
platform for the Internet of Things.',
platform for the Internet of Things (IoT).',
long_description=long_description,

# The project's main homepage.
Expand Down

0 comments on commit 3e0fe62

Please sign in to comment.