We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e0479 commit 810befdCopy full SHA for 810befd
‎CHANGES.rst
@@ -10,6 +10,10 @@
10
Changes
11
=======
12
13
+Version v13.0.0b1.dev15 (released 2024-10-18)
14
+
15
+- communities-ui: verified icon display logic change and deterministic sorting
16
17
Version v13.0.0b1.dev14 (released 2024-10-18)
18
19
- communities-ui: make verified icon display depend on parent community
‎invenio_app_rdm/__init__.py
@@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
20
-__version__ = "13.0.0b1.dev14"
+__version__ = "13.0.0b1.dev15"
21
22
__all__ = ("__version__",)
0 commit comments