From 3607d15185e3f44efa1a9a0b76b3bd7f32a98c89 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 12 Nov 2023 00:29:35 +0100 Subject: [PATCH] 0.45.7.2 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index a3a86a1f..949f3bbe 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -38,7 +38,7 @@ from flask_paginate import Pagination, get_page_parameter from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.45.7.1' +__version__ = '0.45.7.2' from changedetectionio.store import BASE_URL_NOT_SET_TEXT