From 002fbc5313612607bdcfe01a6214f6c1eab9b27e Mon Sep 17 00:00:00 2001
From: Maximilian Moser <maximilian.moser@tuwien.ac.at>
Date: Fri, 31 Jan 2025 00:20:03 +0100
Subject: [PATCH] Bump version to v2025.1.0
---
CHANGES.rst | 9 +++++++++
invenio_config_tuw/__init__.py | 2 +-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/CHANGES.rst b/CHANGES.rst
index dce548d..62e3a6c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -8,6 +8,15 @@
Changes
=======
+Version 2025.1.0 (released 2025-01-31)
+
+- Add `Invenio-Curations` as a dependency
+- Update configuration and permissions to work with it
+- Implement customized notification infrastructure
+- Set `X-Sender` email header value to identify sender service
+- Add background tasks for reminding reviewers and uploaders
+
+
Version 2025.0.0 (released 2025-01-13)
- Refactor package structure
diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py
index aa876db..300d048 100644
--- a/invenio_config_tuw/__init__.py
+++ b/invenio_config_tuw/__init__.py
@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
-__version__ = "2025.0.0"
+__version__ = "2025.1.0"
__all__ = ("__version__", "InvenioConfigTUW")
--
GitLab