From cb61f50cef33a40f147265920ec58f1e88558f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Sun, 7 Jun 2026 10:51:37 -0300 Subject: [PATCH] version and changelog --- changelog.txt | 3 +++ main.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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