From fa5dc503c2e4396e4720af2200b29a8c6377b797 Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Fri, 25 Aug 2023 14:44:45 +0200 Subject: [PATCH] release: v1.0.4 --- CHANGES.md | 7 +++++++ site/cds_rdm/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7b669db..06e4fed 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +Version 1.0.4 (released 2023-08-25) + +* fix new version drafts pointing to edit drafts when cleanup_drafts script was + running to purge all soft-deleted drafts (invenio-app-rdm/issues/2197) +* update `read_latest` to be able to fetch record by passign the parent id (zenodo/rdm-project#174) +* fetch groups async to improve login performance + Version 1.0.3 (released 2023-08-17) * Fix temporarily permissions on who can add a record to a community so that diff --git a/site/cds_rdm/__init__.py b/site/cds_rdm/__init__.py index 5d8197f..30a06f4 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.3" +__version__ = "1.0.4" __all__ = ( "__version__",