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

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

Bump version to v2024.2.2

parent c0dfcd73
No related branches found
Tags v2024.2.2
1 merge request!143Catch NoResultFound error in guarded deposit page
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Changes Changes
======= =======
Version 2024.2 (released 2024-06-24, updated 2024-06-28) Version 2024.2 (released 2024-06-24, updated 2024-07-01)
- v12 compat: Update frontend build project - v12 compat: Update frontend build project
- v12 compat: Replace Flask-BabelEx with Invenio-i18n - v12 compat: Replace Flask-BabelEx with Invenio-i18n
...@@ -21,6 +21,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-06-28) ...@@ -21,6 +21,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-06-28)
- Modernize & update tests - Modernize & update tests
- Only display statistics in the sidebar to record owners - Only display statistics in the sidebar to record owners
- Hide community selection on deposit form - Hide community selection on deposit form
- Handle `NoResultFound` exception in guarded deposit page
Version 2024.1 (released 2024-03-01, updated 2024-05-29) Version 2024.1 (released 2024-03-01, updated 2024-05-29)
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
from .ext import InvenioThemeTUW from .ext import InvenioThemeTUW
__version__ = "2024.2.1" __version__ = "2024.2.2"
__all__ = ( __all__ = (
"__version__", "__version__",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment