Skip to content

Commit 7c66e46

Browse files
committed
prepare release new version
1 parent 2f8cfed commit 7c66e46

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Tianning Li'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.13.0'
25+
release = '0.14.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

finvizfinance/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
.. moduleauthor:: Tianning Li <[email protected]>
66
"""
77

8-
__version__ = "0.13.0"
8+
__version__ = "0.14.0"
99
__author__ = "Tianning Li"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
HERE = pathlib.Path(__file__).parent
55

6-
VERSION = '0.13.0'
6+
VERSION = '0.14.0'
77
PACKAGE_NAME = 'finvizfinance'
88
AUTHOR = 'Tianning Li'
99
AUTHOR_EMAIL = '[email protected]'

test/test_screener.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def test_screener_overview():
55
foverview = Overview()
66
filters_dict = {'Exchange': 'AMEX', 'Sector': 'Basic Materials'}
77
foverview.set_filter(filters_dict=filters_dict)
8-
df = foverview.screener_view()
8+
df = foverview.screener_view(order="Company", ascend=False)
99
assert(df is not None)
1010
ticker = 'TSLA'
1111
foverview.set_filter(signal='', filters_dict={}, ticker=ticker)

tsla.jpg

-71 Bytes
Loading

0 commit comments

Comments
 (0)