From 69a211af05f5d9864206cd52933cce47be28be3d Mon Sep 17 00:00:00 2001 From: Zacharias Zacharodimos Date: Thu, 17 Aug 2023 12:15:21 +0200 Subject: [PATCH] release: v1.0.3 --- CHANGES.md | 5 +++++ site/cds_rdm/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b9b793f..7b669db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Changes +Version 1.0.3 (released 2023-08-17) + +* Fix temporarily permissions on who can add a record to a community so that + community curators can submit a record to other communities + Version 1.0.2 (released 2023-07-31) * Decrease user sync task logging level diff --git a/site/cds_rdm/__init__.py b/site/cds_rdm/__init__.py index 587291e..5d8197f 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.2" +__version__ = "1.0.3" __all__ = ( "__version__",