We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad73d66 commit ac8aec5Copy full SHA for ac8aec5
CHANGES.rst
@@ -11,6 +11,10 @@
11
Changes
12
=======
13
14
+Version v12.0.1 (released 2024-08-22)
15
+
16
+- bump invenio-vocabularies
17
18
Version v12.0.0 (released 2024-08-22)
19
20
- mappings: add analyzers and filters to improve results when searching records
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "12.0.0"
+__version__ = "12.0.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments