We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584cd62 commit 9519c1bCopy full SHA for 9519c1b
‎CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v14.0.0 (released 2024-10-04)
16
+
17
+- installation: bump invenio-vocabularies & invenio-communities
18
19
Version v13.0.0 (released 2024-10-03)
20
21
- collections: added feature, containing core functionalities and DB models
‎invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "13.0.0"
+__version__ = "14.0.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments