From f0966eb23ad61f7a811a73f179e21628ddb5a5d6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 25 Dec 2022 18:25:45 +0100 Subject: [PATCH] 0.40.0.4 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 09f2d9a1..3fdc4ae0 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.3' +__version__ = '0.40.0.4' datastore = None