From 615fe9290ace244cc0651c7a74182594263ada4e Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 9 Apr 2022 14:16:30 +0200 Subject: [PATCH] 0.39.12 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index e29553ee..b26d17fc 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -39,7 +39,7 @@ from flask_wtf import CSRFProtect from changedetectionio import html_tools -__version__ = '0.39.11' +__version__ = '0.39.12' datastore = None