From 07046bbdbac7271a80c972d2842aab57c24a388d Mon Sep 17 00:00:00 2001 From: Tianning Li Date: Tue, 18 Oct 2022 01:53:36 -0700 Subject: [PATCH] release new version --- .gitignore | 3 ++- docs/conf.py | 2 +- release.md | 1 + setup.py | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 98f3026..27bd495 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,5 @@ cython_debug/ local test.ipynb -test.py \ No newline at end of file +test.py +README_pypi.md \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 17870d8..503ba8d 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.14.3' +release = '0.14.4' # -- General configuration --------------------------------------------------- diff --git a/release.md b/release.md index d458f61..f98d211 100644 --- a/release.md +++ b/release.md @@ -1,5 +1,6 @@ | Date | Version | Comment | | ------------- | ------------- | ------------- | +| 2022/10/18 | 0.14.4 | Fix Insider and news. Add sleep. Issue: [#60](https://github.com/lit26/finvizfinance/issues/60) [#61](https://github.com/lit26/finvizfinance/issues/61). PR: [#59](https://github.com/lit26/finvizfinance/pull/59) [#62](https://github.com/lit26/finvizfinance/pull/62) | 2022/06/18 | 0.14.3 | Fix insider. Issue: [#54](https://github.com/lit26/finvizfinance/issues/54) | | 2022/06/13 | 0.14.2 | Fix deprecated pandas append function. Issue: [#55](https://github.com/lit26/finvizfinance/issues/55). PR: [#56](https://github.com/lit26/finvizfinance/pull/56) | 2022/05/06 | 0.14.1 | Update error message and fundamental output. [#53](https://github.com/lit26/finvizfinance/pull/53). | diff --git a/setup.py b/setup.py index 3671638..ca651b8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ HERE = pathlib.Path(__file__).parent -VERSION = '0.14.3' +VERSION = '0.14.4' PACKAGE_NAME = 'finvizfinance' AUTHOR = 'Tianning Li' AUTHOR_EMAIL = 'ltianningli@gmail.com'