bump: version 0.18.1

This commit is contained in:
Javier
2026-02-11 09:25:02 -06:00
parent ea403934d3
commit caeefa5d61

2
app.py
View File

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