Skip to content

Commit ac8aec5

Browse files
committed
release: v12.0.1
1 parent ad73d66 commit ac8aec5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version v12.0.1 (released 2024-08-22)
15+
16+
- bump invenio-vocabularies
17+
1418
Version v12.0.0 (released 2024-08-22)
1519

1620
- mappings: add analyzers and filters to improve results when searching records

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "12.0.0"
13+
__version__ = "12.0.1"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)