From e1c31b002bebc46fc387ff887e758e5e37b38992 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Thu, 14 Sep 2023 13:15:11 +0200 Subject: [PATCH] release: v1.0.7 --- CHANGES.md | 8 ++++++-- site/cds_rdm/__init__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 04f7260..f0830d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,16 @@ # Changes +Version 1.0.7 (released 2023-09-14) + +* make person_id optional arg on login for external accounts + Version 1.0.6 (released 2023-09-12) -- Temporary fix in the record details template +* temporary fix in the record details template Version 1.0.5 (released 2023-08-28) -- Bump invenio-oauthclient to integrate the changes in group fetching +* bump invenio-oauthclient to integrate the changes in group fetching Version 1.0.4 (released 2023-08-25) diff --git a/site/cds_rdm/__init__.py b/site/cds_rdm/__init__.py index 9624253..d551c3b 100644 --- a/site/cds_rdm/__init__.py +++ b/site/cds_rdm/__init__.py @@ -10,7 +10,7 @@ from .ext import CDS_RDM_REST, CDS_RDM_UI -__version__ = "1.0.6" +__version__ = "1.0.7" __all__ = ( "__version__",