Merge pull request #121 from hydrosquall/release/0.7.0

Release/0.7.0
This commit is contained in:
Cameron Yick
2018-06-14 01:44:26 -04:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
History
=======
0.7.0 (2018-06-14)
------------------
* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112)
* Minor documentation edits
0.6.0 (2018-04-30)
------------------

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.6.0'
__version__ = '0.7.0'