Skip to content

Commit

Permalink
prepare release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lit26 committed Mar 29, 2022
1 parent 2f8cfed commit 7c66e46
Show file tree
Hide file tree
Showing 5 changed files with 4 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.13.0'
release = '0.14.0'


# -- 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.13.0"
__version__ = "0.14.0"
__author__ = "Tianning Li"
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.13.0'
VERSION = '0.14.0'
PACKAGE_NAME = 'finvizfinance'
AUTHOR = 'Tianning Li'
AUTHOR_EMAIL = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion test/test_screener.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def test_screener_overview():
foverview = Overview()
filters_dict = {'Exchange': 'AMEX', 'Sector': 'Basic Materials'}
foverview.set_filter(filters_dict=filters_dict)
df = foverview.screener_view()
df = foverview.screener_view(order="Company", ascend=False)
assert(df is not None)
ticker = 'TSLA'
foverview.set_filter(signal='', filters_dict={}, ticker=ticker)
Expand Down
Binary file modified tsla.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c66e46

Please sign in to comment.