From c3731cf055466e62a6ee364df51d7c5959ca375c Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 19 Dec 2022 12:41:52 +0100 Subject: [PATCH] 0.40.0.3 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 36e80f56..fee7a8bc 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -36,7 +36,7 @@ from flask_wtf import CSRFProtect from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.40.0.2' +__version__ = '0.40.0.3' datastore = None