From e25792bcec9c4e5408fca7a3d975414d43558261 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 6 Sep 2023 09:46:27 +0200 Subject: [PATCH] 0.45 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 55a69c62d..4c1dbfb83 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.2' +__version__ = '0.45' datastore = None