From 7a1a08f62375c3a6556aea9646fd5fcd82b9b6b6 Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Mon, 10 Feb 2025 18:41:36 +0100
Subject: [PATCH] Bump version to v2025.1.5

---
 CHANGES.rst                    | 6 ++++++
 invenio_config_tuw/__init__.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGES.rst b/CHANGES.rst
index 60d22ec..d20dff2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,12 @@ Changes
 =======
 
 
+Version 2025.1.5 (released 2025-02-10)
+
+- Add background task for cleaning up "dead" files periodically
+- Assemble some config items from their parts on application startup
+
+
 Version 2025.1.4 (released 2025-02-08)
 
 - Rename task `send_publication_notification_email` and make it use notifications
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index 970b424..012f95e 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
 
 from .ext import InvenioConfigTUW
 
-__version__ = "2025.1.4"
+__version__ = "2025.1.5"
 
 __all__ = ("__version__", "InvenioConfigTUW")
-- 
GitLab