Skip to content

Commit 810befd

Browse files
committed
📦 release: v13.0.0b1.dev15
1 parent 98e0479 commit 810befd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
Changes
1111
=======
1212

13+
Version v13.0.0b1.dev15 (released 2024-10-18)
14+
15+
- communities-ui: verified icon display logic change and deterministic sorting
16+
1317
Version v13.0.0b1.dev14 (released 2024-10-18)
1418

1519
- communities-ui: make verified icon display depend on parent community

‎invenio_app_rdm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919

20-
__version__ = "13.0.0b1.dev14"
20+
__version__ = "13.0.0b1.dev15"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)