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

Skip to content
Snippets Groups Projects

Allow access requests for new records by default

Merged Moser, Maximilian requested to merge mm/default-access-settings into master
4 files
+ 39
4
Compare changes
  • Side-by-side
  • Inline
Files
4
# -*- 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
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
__version__ = "2024.2.1"
__version__ = "2024.2.2"
__all__ = ("__version__", "InvenioConfigTUW")
Loading