From cbd7e535e671c421baa1feaf782dad1cfd07e7fc Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 25 Jan 2026 21:18:25 -0600 Subject: [PATCH] v0.11.3 - Forgot to change version number in app.py, fixed. --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 2cd885d..26adfe7 100644 --- a/app.py +++ b/app.py @@ -36,7 +36,7 @@ app.config['PERMANENT_SESSION_LIFETIME'] = timedelta(hours=1) # 1. Define the version -APP_VERSION = '0.11.1' +APP_VERSION = '0.11.3' # 2. Inject it into all templates automatically @app.context_processor