From c637d2da45d2e3471014fef60aac4ff1eb477148 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 26 May 2025 07:50:44 -0400 Subject: [PATCH] Bump the version --- tubesync/tubesync/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubesync/tubesync/settings.py b/tubesync/tubesync/settings.py index cd6d1dca..9fe27ad0 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -8,7 +8,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.15.4' +VERSION = '0.15.5' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []