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