Skip to content

Commit

Permalink
Upgrading to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjherger committed Oct 27, 2018
1 parent 48b3c61 commit c52978f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ board games with my partner in Seattle.
### Development

- There's nothing here! (yet)

### 2.2.0

- Add timeseries support (#78)
- Add timeseries examples (#79)

### 2.1.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '2.1.0'
__version__ = '2.2.0'

# Add README as long description
with open("README.md", "r") as fh:
Expand Down

0 comments on commit c52978f

Please sign in to comment.