From 810befded43dc5ea49198bf992d6e2393c75ff1e Mon Sep 17 00:00:00 2001 From: Pablo Tamarit Date: Fri, 18 Oct 2024 22:21:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v13.0.0b1.dev15?= 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 b592b3f5d..42068842a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v13.0.0b1.dev15 (released 2024-10-18) + +- communities-ui: verified icon display logic change and deterministic sorting + Version v13.0.0b1.dev14 (released 2024-10-18) - communities-ui: make verified icon display depend on parent community diff --git a/invenio_app_rdm/__init__.py b/invenio_app_rdm/__init__.py index 412dfab3f..1840ed68b 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.dev14" +__version__ = "13.0.0b1.dev15" __all__ = ("__version__",)