From dee23709a951479c7a79849080291910d4e74af4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 28 Aug 2023 19:01:59 +0200 Subject: [PATCH] 0.44.2 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 656f0768..7f982c8d 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.44.1' +__version__ = '0.44.2' datastore = None