From 4c5d6b7a4dbfdb3164f89a00d1bc2f16ce5af7d1 Mon Sep 17 00:00:00 2001 From: meeb Date: Wed, 7 Aug 2024 15:57:21 +1000 Subject: [PATCH] bump to 0.13.7 --- 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 f0829bd..cce452d 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.6' +VERSION = '0.13.7' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []