diff --git a/CHANGES.rst b/CHANGES.rst index e642bbe30ce5997e6b7585ebd72d68a2c64fc7d7..ad22d90e3da5070153aaf1e5eb1cda7b75b9cb62 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,10 +9,11 @@ Changes ======= -Version 2024.1 (released 2024-05-22 +Version 2024.1 (released 2024-05-22, updated 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 +- Store the TISS ID in the user profile for people with TU Wien affiliation Version 2023.2 (released 2023-04-24, updated 2023-12-22) diff --git a/invenio_config_tuw/__init__.py b/invenio_config_tuw/__init__.py index 51d6823005d7ec3fc91449d38d6661d64462e17b..21a429ac0520638ef74c1c1014598135d5c80aa6 100644 --- a/invenio_config_tuw/__init__.py +++ b/invenio_config_tuw/__init__.py @@ -9,6 +9,6 @@ from .ext import InvenioConfigTUW -__version__ = "2024.1.0" +__version__ = "2024.1.1" __all__ = ("__version__", "InvenioConfigTUW")