From 0e385b1c22b5c031e450d9b9c226e89e759ee4db Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 10 May 2022 17:24:38 +0200 Subject: [PATCH] 0.39.13 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 5cc58e02..afbe9d40 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -40,7 +40,7 @@ from flask_wtf import CSRFProtect from changedetectionio import html_tools -__version__ = '0.39.12' +__version__ = '0.39.13' datastore = None