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

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

Bump version to v2024.2.2

parent 47847e22
No related branches found
No related tags found
1 merge request!50Allow access requests for new records by default
...@@ -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-02)
- v12 compat: Chase Invenio-OAuthClient refactoring - v12 compat: Chase Invenio-OAuthClient refactoring
- v12 compat: Chase permission policy changes - v12 compat: Chase permission policy changes
...@@ -18,6 +18,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-06-28) ...@@ -18,6 +18,7 @@ Version 2024.2 (released 2024-06-24, updated 2024-06-28)
- Flatten the user preference `curation.consent` to `curation_consent` - Flatten the user preference `curation.consent` to `curation_consent`
- Override search mappings - Override search mappings
- 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
Version 2024.1 (released 2024-05-22, updated 2024-05-22) Version 2024.1 (released 2024-05-22, updated 2024-05-22)
......
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Copyright (C) 2020-2023 TU Wien. # Copyright (C) 2020-2024 TU Wien.
# #
# Invenio Config TUW is free software; you can redistribute it and/or modify # Invenio Config TUW is free software; you can redistribute it and/or modify
# it under the terms of the MIT License; see LICENSE file for more details. # it under the terms of the MIT License; see LICENSE file for more details.
...@@ -9,6 +9,6 @@ ...@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW from .ext import InvenioConfigTUW
__version__ = "2024.2.1" __version__ = "2024.2.2"
__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