From 4bdcde86b70e0baa7a4ba60240bdc6641bf2745f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Wed, 19 Aug 2026 18:43:03 +0400 Subject: [PATCH] =?UTF-8?q?v0.0.48:=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F?= =?UTF-8?q?=20(=D0=B1=D0=B5=D0=B7=20=D0=BF=D0=BE=D0=BD=D0=B8=D0=B6=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D1=8F,=20=D0=BE=D1=82=D0=BA=D0=B0=D1=82=20=D1=84?= =?UTF-8?q?=D0=B8=D1=87=D0=B8=20=D0=B2=D1=8B=D0=B1=D0=BE=D1=80=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8=20=D0=BE=D1=81=D1=82=D0=B0=D1=91?= =?UTF-8?q?=D1=82=D1=81=D1=8F=20=D0=B2=20=D0=BA=D0=BE=D0=B4=D0=B5)?= 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 8523028..6f9666a 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 = "0.0.46" +VERSION = "0.0.48" def create_app():