v0.11.1 - Fixed weight Discrepancy bug

This commit is contained in:
Javier
2026-01-25 20:40:51 -06:00
parent ff577a6cbf
commit 136fe03e07
6 changed files with 49 additions and 9 deletions

2
app.py
View File

@@ -36,7 +36,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1)
# 1. Define the version
APP_VERSION = '0.11.0'
APP_VERSION = '0.11.1'
# 2. Inject it into all templates automatically
@app.context_processor