Skip to content

Commit 238a173

Browse files
committed
Release Version 5.7
- Updated Documentation for 5.7 - Updated Changelog for 5.7
1 parent 0bd7a20 commit 238a173

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<br>
44

5+
> # [5.7](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.7)
6+
7+
## Bug Fix Update
8+
9+
- Bug Fixes:
10+
- Fixed crash caused by multiple changes in the API endpoints and response structures.
11+
This is what causes the "Error in fetching dates.Please retry." error.
12+
Issue: [#79](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/issues/79)
13+
- Fixed incorrect expiry dates being shown in the dropdown when you switch between Index and Stock mode
14+
- Code changes:
15+
- Ignored pandas deprecation warning as the version in `requirements.txt` is capped
16+
- Executable changes:
17+
- Updated some libraries bundled with the `.exe` file
18+
19+
<br>
20+
521
> # [5.6](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/tag/5.6)
622
723
## Bug Fix Update

NSE_Option_Chain_Analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# noinspection PyAttributeOutsideInit
2929
class Nse:
30-
version: str = '5.6'
30+
version: str = '5.7'
3131

3232
def __init__(self, window: Tk) -> None:
3333
self.intervals: List[int] = [1, 2, 3, 5, 10, 15]

README.md

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

55
## [Downloads](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases)
66

7-
[![Latest: v5.6](https://img.shields.io/badge/release-v5.6-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.6/NSE_Option_Chain_Analyzer_5.6.exe)
7+
[![Latest: v5.7](https://img.shields.io/badge/release-v5.7-brightgreen)](https://github.com/VarunS2002/Python-NSE-Option-Chain-Analyzer/releases/download/5.7/NSE_Option_Chain_Analyzer_5.7.exe)
88
![Download-Count](https://img.shields.io/github/downloads/VarunS2002/Python-NSE-Option-Chain-Analyzer/total?color=blue)
99
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1010

0 commit comments

Comments
 (0)