From 8718fb61458ec0ede723c8f5cdc6fa31b6df5c3c Mon Sep 17 00:00:00 2001 From: meeb Date: Tue, 26 Mar 2024 04:03:01 +1100 Subject: [PATCH] bump to 0.13.6 --- 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 eb95b26b..f0829bdd 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.13.5' +VERSION = '0.13.6' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []