From caeefa5d6146c11f1f753053522e16458c41079d Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 11 Feb 2026 09:25:02 -0600 Subject: [PATCH] bump: version 0.18.1 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8b8b8fa..84ca09e 100644 --- a/app.py +++ b/app.py @@ -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