Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Apr 27, 2021
1 parent c8b1358 commit 28e5751
Show file tree
Hide file tree
Showing 3 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.9.6'
release = '0.9.7'


# -- General configuration ---------------------------------------------------
Expand Down
9 changes: 5 additions & 4 deletions release.md
Original file line number Diff line number Diff line change
@@ -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 |
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.9.6'
VERSION = '0.9.7'
PACKAGE_NAME = 'finvizfinance'
AUTHOR = 'Tianning Li'
AUTHOR_EMAIL = '[email protected]'
Expand Down

0 comments on commit 28e5751

Please sign in to comment.