From 1d91d5f92effd310e642c722a6ef2f66d8ae9fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 12 Jul 2026 12:59:16 +0400 Subject: [PATCH] =?UTF-8?q?bump=203.2.1=20=E2=86=92=203.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/app.py b/site/app.py index 77c460a..0873088 100644 --- a/site/app.py +++ b/site/app.py @@ -20,7 +20,7 @@ if _sys_path_root not in sys.path: sys.path.insert(0, _sys_path_root) # Версия приложения (меняется при изменениях) -VERSION = "3.2.1" +VERSION = "3.2.2" def create_app():