mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-01 17:04:18 +01:00
@@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
@@ -1 +1 @@
|
||||
tiingo==0.4.3
|
||||
tiingo==0.5.0
|
||||
|
||||
@@ -11,3 +11,4 @@ PyYAML==3.12
|
||||
pytest==3.4.2
|
||||
pytest-runner==4.0
|
||||
vcrpy==1.11.1
|
||||
twine==1.10.0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.4.3'
|
||||
__version__ = '0.5.0'
|
||||
|
||||
Reference in New Issue
Block a user