feat: updated to version 0.18.4

This commit is contained in:
Javier
2026-02-13 11:52:55 -06:00
parent 3d6421e0ed
commit 907f805cca

2
app.py
View File

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