diff --git a/changelog.txt b/changelog.txt index caa72bc..3f817b4 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +2026.06.07: +. Missing break statement caused pairs not to be restarted. + 2026.06.04: . Proper tp_mode 2 fix . Minor fixes to string handling diff --git a/main.py b/main.py index 3d39f6e..5b6ee8f 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ import exchange_wrapper import trader -version = "2026.06.04" +version = "2026.06.07" ''' Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors