From 25f622311f144ffed221cba5dc8a1a66221d5bff Mon Sep 17 00:00:00 2001 From: meeb Date: Mon, 25 Sep 2023 18:47:21 +1000 Subject: [PATCH] bump to 0.13.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 de7a1bc..77c2236 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.12.1' +VERSION = '0.13.0' SECRET_KEY = '' DEBUG = False ALLOWED_HOSTS = []