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

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

Bump version to v2024.2.6

parent eeb9cb53
No related branches found
No related tags found
1 merge request!55Remove the filter for owners in the drafts search
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Changes Changes
======= =======
Version 2024.2 (released 2024-06-24, updated 2024-07-09) Version 2024.2 (released 2024-06-24, updated 2024-09-04)
- v12 compat: Chase Invenio-OAuthClient refactoring - v12 compat: Chase Invenio-OAuthClient refactoring
- v12 compat: Chase permission policy changes - v12 compat: Chase permission policy changes
...@@ -21,6 +21,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-07-09) ...@@ -21,6 +21,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-07-09)
- Allow {user,guest} access requests for new drafts by default - Allow {user,guest} access requests for new drafts by default
- Add install extras for search - Add install extras for search
- Add `Flask-Minify` as opt-in for minifying HTML responses (without the golang minifiers) - Add `Flask-Minify` as opt-in for minifying HTML responses (without the golang minifiers)
- Show all accessible drafts in the user's dashboard
Version 2024.1 (released 2024-05-22, updated 2024-05-22) Version 2024.1 (released 2024-05-22, updated 2024-05-22)
......
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW from .ext import InvenioConfigTUW
__version__ = "2024.2.5" __version__ = "2024.2.6"
__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