*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 002fbc53 authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump version to v2025.1.0

parent 360f724e
Branches
Tags v2025.1.0
1 merge request!57Implement new curation workflow
...@@ -8,6 +8,15 @@ ...@@ -8,6 +8,15 @@
Changes 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) Version 2025.0.0 (released 2025-01-13)
- Refactor package structure - Refactor package structure
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW from .ext import InvenioConfigTUW
__version__ = "2025.0.0" __version__ = "2025.1.0"
__all__ = ("__version__", "InvenioConfigTUW") __all__ = ("__version__", "InvenioConfigTUW")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment