Merge pull request #132 from hydrosquall/release/0.8.0

Release/0.8.0
This commit is contained in:
Cameron Yick
2018-07-07 13:46:27 -04:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,17 @@
History
=======
0.8.x (2018-XX-XX)
------------------
* New changes go here!
0.8.0 (2018-07-06)
------------------
* Major: Add IEX Endpoint to retrieve data with intraday frequencies (@dcwtx #125)
* Minor: update documentation for contributing/releasing new versions
* Speed up Travis build process with pip cache
0.7.0 (2018-06-14)
------------------
* Major: Provide functions for returning data as pandas Dataframes or Series (@dcwtx #112)

View File

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