From 883aa968fd3f3c3fb0df8979384adc43b43f0b70 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 24 Feb 2022 17:02:50 +0100 Subject: [PATCH] 0.39.9 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 73c60bbf..87a583ab 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -37,7 +37,7 @@ from flask import ( from flask_login import login_required from changedetectionio import html_tools -__version__ = '0.39.8' +__version__ = '0.39.9' datastore = None