Prepare for version 0.14.0 release

This commit is contained in:
Cameron Yick
2021-03-06 21:23:17 -05:00
parent 4cfca690b4
commit 68c47b021c
3 changed files with 8 additions and 6 deletions

View File

@@ -43,5 +43,5 @@ jobs:
TIINGO_API_KEY: 0000000000000000000000000000000000000000
run: |
py.test --cov=./tiingo
- name: Run code coverage
- name: Run code coverage
run: codecov

View File

@@ -1,13 +1,15 @@
=======
History
=======
0.14.0 (2020-12-XX - Unreleased)
0.15.0 (2021-XX - Unreleased)
--------------------------------
0.14.0 (2021-03-06 - Unreleased)
--------------------------------
* Feature (Name #Number)
* 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)
* 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)
--------------------------------

View File

@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.13.0'
__version__ = '0.14.0'