From 36ccbaae0254fee6022130c35255c431c63e324a Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Fri, 18 Oct 2024 11:08:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_app_rdm/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index bf19944cb..b592b3f5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v13.0.0b1.dev14 (released 2024-10-18) + +- communities-ui: make verified icon display depend on parent community + Version v13.0.0b1.dev13 (released 2024-10-17) - ui: more space under breadcrumbs diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 019b031c8..412dfab3f 100644 --- a/invenio_app_rdm/__init__.py +++ b/invenio_app_rdm/__init__.py @@ -17,6 +17,6 @@ # # See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440 -__version__ = "13.0.0b1.dev13" +__version__ = "13.0.0b1.dev14" __all__ = ("__version__",)