From 2431f8775a7979ae885775375af7e219b4a88108 Mon Sep 17 00:00:00 2001 From: meeb Date: Thu, 19 Jan 2023 05:17:41 +1100 Subject: [PATCH] bump to 0.12.0 --- 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 39e6b09..f56aeaa 100644 --- a/tubesync/tubesync/settings.py +++ b/tubesync/tubesync/settings.py @@ -6,7 +6,7 @@ CONFIG_BASE_DIR = BASE_DIR DOWNLOADS_BASE_DIR = BASE_DIR -VERSION = '0.11.0' +VERSION = '0.12.0' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []