From 460c724e51fdea24f66048963030d0e0bfa56aaf Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 22 Sep 2023 09:45:55 +0200 Subject: [PATCH] 0.45.2 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 72838ac31f8..ea6baab8709 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -38,7 +38,7 @@ from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.45.1' +__version__ = '0.45.2' from changedetectionio.store import BASE_URL_NOT_SET_TEXT