From 7618081e83e1c40999cde3065052577990df47d9 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 17 Sep 2021 18:40:16 +0200 Subject: [PATCH] v0.39.1 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 89ccc786..40593aba 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -29,7 +29,7 @@ from flask import make_response import datetime import pytz -__version__ = '0.39' +__version__ = '0.39.1' datastore = None