v0.12.1 - Updated the Readme.md file

This commit is contained in:
Javier
2026-01-26 11:49:27 -06:00
parent 21671d6bee
commit ac73045ef2
2 changed files with 141 additions and 80 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.12.0'
APP_VERSION = '0.12.1'
# 2. Inject it into all templates automatically
@app.context_processor