Skip to content

Commit

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

## Changelog

### 01/27/16 - v0.9.6
- Add additional reserved column name: 'all'
- Fix error with when manually adding `DataStore` to a client (not recommended)

### 01/26/16 - v0.9.5
- Raise `ValueError` if `DataStore` contains reserved column names: time, time_offset

Expand Down
2 changes: 1 addition & 1 deletion 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.5'
VERSION = '0.9.6'

#converts markdown to reStructured
long_description = ""
Expand Down

0 comments on commit 4130c12

Please sign in to comment.