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

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

Bump version to v2024.2.5

parent 25a44508
Branches
Tags v2024.2.5
1 merge request!53Make Flask-Minify opt-in
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Changes Changes
======= =======
Version 2024.2 (released 2024-06-24, updated 2024-07-08) Version 2024.2 (released 2024-06-24, updated 2024-07-09)
- v12 compat: Chase Invenio-OAuthClient refactoring - v12 compat: Chase Invenio-OAuthClient refactoring
- v12 compat: Chase permission policy changes - v12 compat: Chase permission policy changes
...@@ -20,7 +20,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-07-08) ...@@ -20,7 +20,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-07-08)
- Remove support for creating `community-submission` requests for drafts - Remove support for creating `community-submission` requests for drafts
- 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` for minifying HTML responses (without the golang minifiers) - Add `Flask-Minify` as opt-in for minifying HTML responses (without the golang minifiers)
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.4" __version__ = "2024.2.5"
__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