From 7716ef847f303b9e5f994a17485c7308b0cb166a Mon Sep 17 00:00:00 2001 From: q Date: Mon, 7 Apr 2025 18:51:20 +0300 Subject: [PATCH] update version --- code/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/app.py b/code/app.py index 4cafefa..e3b9eb6 100644 --- a/code/app.py +++ b/code/app.py @@ -46,7 +46,7 @@ logging.basicConfig( format=f"[%(asctime)s] [%(levelname)s] %(message)s", ) -__VERSION__ = "20250128.0" +__VERSION__ = "20250328.0" app = Flask(__name__) app.config.from_object(__name__) app.config.from_prefixed_env()