From 303830528fae2065f22ede7d67046e753e767bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 12 Jul 2026 12:56:39 +0400 Subject: [PATCH] =?UTF-8?q?bump=203.2.0=20=E2=86=92=203.2.1?= 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 2a8a57a..77c460a 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.0" +VERSION = "3.2.1" def create_app():