Skip to content

Commit

Permalink
v2.21 - advanced-ta dep update for bugfix and performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjal-joshi committed Jan 29, 2024
1 parent b74030b commit c65fa37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/classes/Changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from classes.ColorText import colorText

VERSION = "2.20"
VERSION = "2.21"

changelog = colorText.BOLD + '[ChangeLog]\n' + colorText.END + colorText.BLUE + '''
[1.00 - Beta]
Expand Down Expand Up @@ -287,4 +287,7 @@
[2.20]
1. Bugfixes - Clear cache button random key added to fix re-rendering issues
[2.21]
1. Dependency updated - `advanced-ta` lib for bugfixes and performance improvement in Lorentzian Classifier
''' + colorText.END

0 comments on commit c65fa37

Please sign in to comment.