From 8315efac03e96b4b35e91bfa1e279622a3201734 Mon Sep 17 00:00:00 2001 From: meeb Date: Sat, 18 Feb 2023 12:59:57 +1100 Subject: [PATCH] bump to 0.12.1, resolves #340 and #341 --- 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 f56aeaa5..de7a1bcf 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -6,7 +6,7 @@ DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.12.0' +VERSION = '0.12.1' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []