From 9d68d55188b42b4f29376f5bfc48ad457d336a22 Mon Sep 17 00:00:00 2001 From: Maximilian Moser <maximilian.moser@tuwien.ac.at> Date: Thu, 20 Mar 2025 11:04:05 +0100 Subject: [PATCH] Bump version to v2025.1.12 --- CHANGES.rst | 11 +++++++++++ invenio_config_tuw/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2d48d20..4d1bfd6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,17 @@ Changes ======= +Version 2025.1.12 (released 2025-03-20) + +- Send notification about started reviews to other reviewers +- Allow user/group notifications to render a different template +- Send notifications to record owners about edits published by somebody else +- Fix incorrect usage of `lstrip()` and `rstrip()` +- Add tests for curation-related workflows and notifications +- Align notification templates with those from Invenio-Theme-TUW +- A few minor changes for SonarQube + + Version 2025.1.11 (released 2025-03-11) - Omit the default value for "version" on the deposit form diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index 3c5ad86..bf8af4b 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2025.1.11" +__version__ = "2025.1.12" __all__ = ("__version__", "InvenioConfigTUW") -- GitLab