From 3fe5777678e5c482f6884d9a19e8c2c0e5034dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=9Crker?= Date: Tue, 7 Jan 2025 10:11:43 +0300 Subject: [PATCH] =?UTF-8?q?#=EF=B8=8F=E2=83=A3=20version=20bumped=20up=20t?= =?UTF-8?q?o=202.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 11f8058..a553a6f 100755 --- a/constants.py +++ b/constants.py @@ -10,7 +10,7 @@ APP_NAME = "flaskBlog" # (str) # Version of the Flask application -APP_VERSION = "2.4.0" # (str) +APP_VERSION = "2.5.0" # (str) # Path to the root of the application files APP_ROOT_PATH = "." # (str)