Skip to content

Commit 4fb9918

Browse files
committed
📦 release: v13.0.0b1.dev20
1 parent ecb42e1 commit 4fb9918

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

‎CHANGES.rst‎

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

13+
Version v13.0.0b1.dev20 (released 2024-11-28)
14+
15+
- config: add subcommunity invitation request notifications
16+
- requests: add subcommunity invitation request details page
17+
- creatibutors: added config for identifiers scheme
18+
1319
Version v13.0.0b1.dev15 (released 2024-10-18)
1420

1521
- communities-ui: verified icon display logic change and deterministic sorting

‎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.dev19"
20+
__version__ = "13.0.0b1.dev20"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)