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__",