Skip to content

Commit

Permalink
Add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Oct 2, 2023
1 parent e3e36ca commit 0dfaeb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.7rc1'
release = '0.14.7rc2'


# -- 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 <ltianningli@gmail.com>
"""

__version__ = '0.14.7rc1'
__version__ = '0.14.7rc2'
__author__ = "Tianning Li"
3 changes: 2 additions & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
| Date | Version | Comment |
|------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 2023/10/02 | 0.14.7rc2 | Fix stock outer rating and add custom columns. Issue: [#85](https://github.com/lit26/finvizfinance/issues/85) [#86](https://github.com/lit26/finvizfinance/issues/86). PR: [#87](https://github.com/lit26/finvizfinance/pull/87) [#88](https://github.com/lit26/finvizfinance/pull/88).|
| 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/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). |
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.7rc1'
VERSION = '0.14.7rc2'
PACKAGE_NAME = 'finvizfinance'
AUTHOR = 'Tianning Li'
AUTHOR_EMAIL = 'ltianningli@gmail.com'
Expand Down

0 comments on commit 0dfaeb1

Please sign in to comment.