From de01a009c09f91ec199e55d04a40eaa94dd72b0a Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Sat, 25 Jan 2025 21:25:59 +0100 Subject: [PATCH] chore(settings): update build version to 1.5.6 --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index fcb20e3..9980731 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.5.5" +BUILD_VERSION = "1.5.6" # Development Settings DEBUG = False # Configuration Settings