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

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

Bump to version v2024.2.0

parent f42097a4
No related branches found
No related tags found
1 merge request!116InvenioRDM v12
...@@ -8,6 +8,20 @@ ...@@ -8,6 +8,20 @@
Changes Changes
======= =======
Version 2024.2 (released 2024-06-24)
- v12 compat: Update frontend build project
- v12 compat: Replace Flask-BabelEx with Invenio-i18n
- v12 compat: Chase jinja template changes
- v12 compat: Chase Invenio-App-RDM styling changes
- v12 compat: Chase record ownership changes
- v12 compat: Exclude deleted records from frontpage search
- Replace startup hacks with `finalize_app` entrypoint
- Export JSON-LD locally instead of querying doi.org
- Modernize & update tests
- Only display statistics in the sidebar to record owners
Version 2024.1 (released 2024-03-01, updated 2024-05-29) Version 2024.1 (released 2024-03-01, updated 2024-05-29)
- Views: add status code in guards' response - Views: add status code in guards' response
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
from .ext import InvenioThemeTUW from .ext import InvenioThemeTUW
__version__ = "2024.1.4" __version__ = "2024.2.0"
__all__ = ( __all__ = (
"__version__", "__version__",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment