From 28e5751b0c85bd0807423019143fbec1b16ef36a Mon Sep 17 00:00:00 2001 From: Tianning Li Date: Tue, 27 Apr 2021 14:59:20 -0700 Subject: [PATCH] update version --- docs/conf.py | 2 +- release.md | 9 +++++---- setup.py | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 264e902..3dea84f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Tianning Li' # The full version, including alpha/beta/rc tags -release = '0.9.6' +release = '0.9.7' # -- General configuration --------------------------------------------------- diff --git a/release.md b/release.md index 026348d..4141f63 100644 --- a/release.md +++ b/release.md @@ -1,11 +1,12 @@ | Date | Version | Comment | | ------------- | ------------- | ------------- | -| 2021/04/18 | 0.9.6 | Increase performance and add timeout. https://github.com/lit26/finvizfinance/issues/21| -| 2021/04/14 | 0.9.5 | Add quarterly statements. https://github.com/lit26/finvizfinance/issues/19| -| 2021/04/13 | 0.9.4 | Fix bug for weekly chart. https://github.com/lit26/finvizfinance/issues/18| +| 2021/04/27 | 0.9.7 | Update Value Error message https://github.com/lit26/finvizfinance/issues/23. Adding insider options https://github.com/lit26/finvizfinance/pull/22 | +| 2021/04/18 | 0.9.6 | Increase performance and add timeout https://github.com/lit26/finvizfinance/issues/21.| +| 2021/04/14 | 0.9.5 | Add quarterly statements https://github.com/lit26/finvizfinance/issues/19.| +| 2021/04/13 | 0.9.4 | Fix bug for weekly chart https://github.com/lit26/finvizfinance/issues/18.| | 2021/03/06 | 0.9.3 | Add ticker statements | | 2021/02/23 | 0.9.2 | Fix bug for PyPi packages | -| 2021/02/23 | 0.9 | Changing screener structure. Adding Custom screener. https://github.com/lit26/finvizfinance/issues/12| +| 2021/02/23 | 0.9 | Changing screener structure. Adding Custom screener https://github.com/lit26/finvizfinance/issues/12.| | 2021/02/15 | 0.8.2 | Fix error type https://github.com/lit26/finvizfinance/issues/10| | 2021/02/07 | 0.8.1 | Fix bug in screener order | | 2021/02/05 | 0.8 | Adding ascend and descend to screener and fixing code style | diff --git a/setup.py b/setup.py index fbb86c0..8928226 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.9.6' +VERSION = '0.9.7' PACKAGE_NAME = 'finvizfinance' AUTHOR = 'Tianning Li' AUTHOR_EMAIL = 'ltianningli@gmail.com'