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

@@ -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)
-------------------------------- --------------------------------

View File

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