From d0609279aa3fe8ef3303d72b3ac5772121ae3db6 Mon Sep 17 00:00:00 2001 From: meeb Date: Mon, 26 Feb 2024 18:29:37 +1100 Subject: [PATCH] bump to 0.13.4 --- 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 671547b4..6cc77e19 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -7,7 +7,7 @@ DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.13.3' +VERSION = '0.13.4' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []