Skip to content

Commit 0ea8f5e

Browse files
Merge pull request #261 from pranjal-joshi/new-features
v2.29 - yfinance downgraded
2 parents 5bbf0cb + e312a1c commit 0ea8f5e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ retrying
2020
scipy==1.11.2
2121
TA-Lib-Precompiled
2222
tabulate
23-
yfinance==0.2.65
23+
yfinance==0.2.61
2424
alive-progress==1.6.2
2525
Pillow
2626
scikit-learn==1.3.2

src/classes/Changelog.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from classes.ColorText import colorText
99

10-
VERSION = "2.28"
10+
VERSION = "2.29"
1111

1212
changelog = colorText.BOLD + '[ChangeLog]\n' + colorText.END + colorText.BLUE + '''
1313
[1.00 - Beta]
@@ -312,4 +312,7 @@
312312
313313
[2.28]
314314
1. Bugfixes - yfinance package updated to 0.2.65 to fix Yahoo Finance rate limit issue
315+
316+
[2.29]
317+
1. Bugfixes - yfinance package downgraded to 0.2.61
315318
''' + colorText.END

0 commit comments

Comments
 (0)