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

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

Bump version to v2024.1.0

parent 0d01d83f
No related branches found
Tags v2024.1.0
1 merge request!47Store first and last names in user profiles
..
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
......@@ -8,8 +8,14 @@
Changes
=======
Version 2023.2 (released 2023-04-24, updated 2023-12-22)
Version 2024.1 (released 2024-05-22
- Store ``given_name`` and ``family_name`` in user profiles
- Use these values to more accurately synthesize default values for creators in metadata
Version 2023.2 (released 2023-04-24, updated 2023-12-22)
- v11 compat: Update permission policies and disable archive download
- Set affiliation (hard-coded) to TU Wien in `user.profile`
......
......@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
__version__ = "2023.2.13"
__version__ = "2024.1.0"
__all__ = ("__version__", "InvenioConfigTUW")
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