Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Sep 29, 2023
1 parent 2ba5b18 commit 3b4c4d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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.6'
release = '0.14.7rc1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion finvizfinance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
.. moduleauthor:: Tianning Li <[email protected]>
"""

__version__ = "0.14.6"
__version__ = '0.14.7rc1'
__author__ = "Tianning Li"
7 changes: 4 additions & 3 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
| Date | Version | Comment |
|------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2023/09/11 | 0.14.6 | Fix date issue. Issue: [#81](https://github.com/lit26/finvizfinance/issues/81) |
| 2023/06/02 | 0.14.6rc2 | Fix persist bug related to night mode. Issue: [#75](https://github.com/lit26/finvizfinance/issues/75). PR: [#76](https://github.com/lit26/finvizfinance/pull/76)
| 2023/06/01 | 0.14.6rc1 | Fix dark mode issue. Issue: [#71](https://github.com/lit26/finvizfinance/issues/71) [#72](https://github.com/lit26/finvizfinance/issues/72) [#74](https://github.com/lit26/finvizfinance/issues/74). PR: [#73](https://github.com/lit26/finvizfinance/pull/73)
| 2023/09/29 | 0.14.7rc1 | Fix table parsing due to finviz side change. Issue: [#84](https://github.com/lit26/finvizfinance/issues/84). PR: [#84](https://github.com/lit26/finvizfinance/pull/84) |
| 2023/09/11 | 0.14.6 | Fix date issue. Issue: [#81](https://github.com/lit26/finvizfinance/issues/81) |
| 2023/06/02 | 0.14.6rc2 | Fix persist bug related to night mode. Issue: [#75](https://github.com/lit26/finvizfinance/issues/75). PR: [#76](https://github.com/lit26/finvizfinance/pull/76)
| 2023/06/01 | 0.14.6rc1 | Fix dark mode issue. Issue: [#71](https://github.com/lit26/finvizfinance/issues/71) [#72](https://github.com/lit26/finvizfinance/issues/72) [#74](https://github.com/lit26/finvizfinance/issues/74). PR: [#73](https://github.com/lit26/finvizfinance/pull/73)
| 2023/02/03 | 0.14.5 | Fix ticker with no outer ratings. Issue: [#65](https://github.com/lit26/finvizfinance/issues/65). |
| 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) |
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.6'
VERSION = '0.14.7rc1'
PACKAGE_NAME = 'finvizfinance'
AUTHOR = 'Tianning Li'
AUTHOR_EMAIL = '[email protected]'
Expand Down

0 comments on commit 3b4c4d7

Please sign in to comment.