From c25294ca57e2f70d36260b96feb596df86408d98 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 12 Mar 2022 17:28:30 +0100 Subject: [PATCH] 0.39.10 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index e7f4b87a..3ea9020c 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -38,7 +38,7 @@ from flask_login import login_required from changedetectionio import html_tools -__version__ = '0.39.9' +__version__ = '0.39.10' datastore = None