Merge pull request #67 from hydrosquall/v0.5.0

V0.5.0
This commit is contained in:
Cameron Yick
2018-03-12 11:13:37 -04:00
committed by GitHub
5 changed files with 14 additions and 4 deletions

View File

@@ -2,6 +2,15 @@
History
=======
0.5.0 (2018-03-11)
------------------
* Updated examples in docs for getting historical prices
* Add interfaces to obtain mutual fund and ETF tickers (@savagesmc #62)
* Raise explicit error when API key is missing (#44)
* Update development dependencies
0.4.0 (2017-10-22)
------------------

View File

@@ -75,8 +75,8 @@ servedocs: docs ## compile the docs watching for changes
watchmedo shell-command -p '*.rst' -c '$(MAKE) -C docs html' -R -D .
release: clean ## package and upload a release
python setup.py sdist upload
python setup.py bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*
dist: clean ## builds source and wheel package
python setup.py sdist

View File

@@ -1 +1 @@
tiingo==0.4.3
tiingo==0.5.0

View File

@@ -11,3 +11,4 @@ PyYAML==3.12
pytest==3.4.2
pytest-runner==4.0
vcrpy==1.11.1
twine==1.10.0

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.4.3'
__version__ = '0.5.0'