From e3d59b6cae9c35bb9b92ebd016fe10e9b51a0da0 Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 18 May 2025 09:32:53 -0400 Subject: [PATCH] Bump 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 6ce95317..0303cd5a 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -7,7 +7,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.14.1' +VERSION = '0.15.6' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []