mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2025-12-17 11:54:19 +01:00
Prepare for version 0.14.0 release
This commit is contained in:
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@@ -43,5 +43,5 @@ jobs:
|
|||||||
TIINGO_API_KEY: 0000000000000000000000000000000000000000
|
TIINGO_API_KEY: 0000000000000000000000000000000000000000
|
||||||
run: |
|
run: |
|
||||||
py.test --cov=./tiingo
|
py.test --cov=./tiingo
|
||||||
- name: Run code coverage
|
- name: Run code coverage
|
||||||
run: codecov
|
run: codecov
|
||||||
|
|||||||
10
HISTORY.rst
10
HISTORY.rst
@@ -1,13 +1,15 @@
|
|||||||
=======
|
=======
|
||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
0.15.0 (2021-XX - Unreleased)
|
||||||
0.14.0 (2020-12-XX - Unreleased)
|
--------------------------------
|
||||||
|
|
||||||
|
0.14.0 (2021-03-06 - Unreleased)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
* Feature (Name #Number)
|
|
||||||
* Feature: Added 3 new methods for fundamentals-endpoint: definitions, daily and statements
|
* Feature: Added 3 new methods for fundamentals-endpoint: definitions, daily and statements
|
||||||
* Development: Run tests in Github Actions instead of Travis.org
|
|
||||||
* [/news] Fix bug in get_news() when sources list is empty (#566)
|
* [/news] Fix bug in get_news() when sources list is empty (#566)
|
||||||
|
* Development: Run tests in Github Actions instead of Travis.org
|
||||||
|
* Development: This is the last version of tiingo that will support Python 3.5 and below. (#601)
|
||||||
|
|
||||||
0.13.0 (2020-12-12)
|
0.13.0 (2020-12-12)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
__version__ = '0.13.0'
|
__version__ = '0.14.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user