Skip to content

Commit e94b164

Browse files
committed
v1.22 - Broken yfinance API fix
1 parent a459a57 commit e94b164

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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 = "1.21"
10+
VERSION = "1.22"
1111

1212
changelog = colorText.BOLD + '[ChangeLog]\n' + colorText.END + colorText.BLUE + '''
1313
[1.00 - Beta]
@@ -106,5 +106,8 @@
106106
[1.21]
107107
1. TradingView Hyperlink added for stock symbol.
108108
109+
[1.22]
110+
1. Broken yfinance API fixed.
111+
109112
--- END ---
110113
''' + colorText.END

src/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
4. Cosmetic Updates - Progressbar for showing screening process! :lipstick:
88

99
## Downloads
10-
* For :desktop_computer: **Windows** users, download **[screenipy.exe](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.21/screenipy.exe)**
11-
* For :penguin: **Linux** users, download **[screenipy.bin](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.21/screenipy.bin)**
12-
* For :apple: **MacOS** users, download **[screenipy.run](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.21/screenipy.run)** ([Read Installation Guide](https://github.com/pranjal-joshi/Screeni-py/blob/main/INSTALLATION.md#for-macos))
10+
* For :desktop_computer: **Windows** users, download **[screenipy.exe](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.22/screenipy.exe)**
11+
* For :penguin: **Linux** users, download **[screenipy.bin](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.22/screenipy.bin)**
12+
* For :apple: **MacOS** users, download **[screenipy.run](https://github.com/pranjal-joshi/Screeni-py/releases/download/1.22/screenipy.run)** ([Read Installation Guide](https://github.com/pranjal-joshi/Screeni-py/blob/main/INSTALLATION.md#for-macos))
1313

1414
## How to use?
1515

0 commit comments

Comments
 (0)