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 ecb42e1 commit 4fb9918Copy full SHA for 4fb9918
‎CHANGES.rst‎
@@ -10,6 +10,12 @@
10
Changes
11
=======
12
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
19
Version v13.0.0b1.dev15 (released 2024-10-18)
20
21
- communities-ui: verified icon display logic change and deterministic sorting
‎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.dev19"
+__version__ = "13.0.0b1.dev20"
22
__all__ = ("__version__",)
0 commit comments