From cf363971c1a0b135804499712ee0ecccb5f98d05 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 28 Feb 2023 18:04:58 +0100 Subject: [PATCH] Bug - False change alerts - code cleanups Re #962 (#1444) --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 053b8bd7..88cf9795 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -36,7 +36,7 @@ from flask import ( from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.40.2' +__version__ = '0.40.3' datastore = None