From d7ed479ca26ec4eda6046af4101b70d5e49c4b26 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 8 Feb 2022 18:56:10 +0100 Subject: [PATCH] 0.39.8 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 9285ac45..6735a566 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -36,7 +36,7 @@ from flask import ( ) from flask_login import login_required -__version__ = '0.39.7' +__version__ = '0.39.8' datastore = None