Skip to content

Commit

Permalink
release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Oct 18, 2022
1 parent c9187f8 commit 07046bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ cython_debug/

local
test.ipynb
test.py
test.py
README_pypi.md
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -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). |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]'
Expand Down

0 comments on commit 07046bb

Please sign in to comment.