From c55bf418c58ead942d603c752f1f247462561532 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 28 Oct 2021 11:32:33 +0200 Subject: [PATCH] 0.39.3 release --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 39b3c0fa..1704ae1e 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -30,7 +30,7 @@ import datetime import pytz from copy import deepcopy -__version__ = '0.39.2' +__version__ = '0.39.3' datastore = None