From 2b71ec32045fd167c51bc0c9ab30ee1af63cd057 Mon Sep 17 00:00:00 2001 From: Marc Blatter Date: Wed, 29 Jul 2026 11:05:59 +0200 Subject: [PATCH] v0.6: Dashboard title update (v0.5.1 layout unchanged) --- src/web_dashboard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 7091fd3..6516272 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Trading Bot Dashboard v0.5.1 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" +"""Trading Bot Dashboard v0.6 (RSI + Bollinger Bands HYBRID) - Auto-load 1-Day chart on page load""" import sqlite3 from fastapi import FastAPI from fastapi.responses import HTMLResponse @@ -110,7 +110,7 @@ async def dashboard(): -Trading Bot v0.5.1 +Trading Bot v0.6