version and changelog

This commit is contained in:
Nicolás Sánchez 2026-06-07 10:51:37 -03:00
parent 2f3a1fc048
commit cb61f50cef
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2026.06.07:
. Missing break statement caused pairs not to be restarted.
2026.06.04: 2026.06.04:
. Proper tp_mode 2 fix . Proper tp_mode 2 fix
. Minor fixes to string handling . Minor fixes to string handling

View File

@ -19,7 +19,7 @@ import exchange_wrapper
import trader 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 Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors