From 1d060225e1c8e94fbb583be8fda0a2c2bb7bf986 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 23 Mar 2022 09:42:51 +0100 Subject: [PATCH] 0.39.11 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 875a0dec..02353778 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.10' +__version__ = '0.39.11' datastore = None