From f5a539c2b0eab8f072efb808193683f3d6efab4b Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:16:59 +0200 Subject: [PATCH] Bump build version to 1.2.9 --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 057be35..fb3ebe5 100644 --- a/src/settings.py +++ b/src/settings.py @@ -6,7 +6,7 @@ SCRIPT_PATH = os.path.dirname(os.path.abspath(__file__)) GITHUB_URL = "https://github.com/amnweb/yasb" GITHUB_THEME_URL = "https://github.com/amnweb/yasb-themes" -BUILD_VERSION = "1.2.8" +BUILD_VERSION = "1.2.9" # Development Settings DEBUG = False # Configuration Settings