Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
debpal committed Dec 7, 2024
1 parent c3fea56 commit ff397b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ Version 0.1.10

* **Release date:** 07-Dec-2024

* **Feature Additions:** Added support for newly launched NSE equity indices.
* **Feature Additions:**

* Added support for newly launched NSE equity indices.
* Ensured compatibility with Python 3.13.

* **Bug Fixes:** Issues with the API used to fetch data.

Expand Down
4 changes: 2 additions & 2 deletions tests/test_bharatfintrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,5 +736,5 @@ def test_github_action(
):

assert core._github_action(
integer=1
) == '1'
integer=2
) == '2'

0 comments on commit ff397b7

Please sign in to comment.