From 68c47b021cb5faf82bf072c3efdd1fdedd50b2a3 Mon Sep 17 00:00:00 2001 From: Cameron Yick Date: Sat, 6 Mar 2021 21:23:17 -0500 Subject: [PATCH] Prepare for version 0.14.0 release --- .github/workflows/python-package.yml | 2 +- HISTORY.rst | 10 ++++++---- tiingo/__version__.py | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index abcd82d..5f3d5a1 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -43,5 +43,5 @@ jobs: TIINGO_API_KEY: 0000000000000000000000000000000000000000 run: | py.test --cov=./tiingo - - name: Run code coverage + - name: Run code coverage run: codecov diff --git a/HISTORY.rst b/HISTORY.rst index af51aab..310b83e 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) -------------------------------- diff --git a/tiingo/__version__.py b/tiingo/__version__.py index 6b36838..c25929f 100644 --- a/tiingo/__version__.py +++ b/tiingo/__version__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.13.0' +__version__ = '0.14.0'