From 67a3998aac83bcb224a1e37da5b2af8e8895998f Mon Sep 17 00:00:00 2001 From: meeb Date: Wed, 29 Jun 2022 17:17:58 +1000 Subject: [PATCH] bump to 0.11.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 63fffe8..11ce66a 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.10.0' +VERSION = '0.11.0' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []