We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35fb739 commit 0363ef6Copy full SHA for 0363ef6
CHANGES.rst
@@ -12,6 +12,11 @@
12
Changes
13
=======
14
15
+Version v15.1.0 (released 2024-10-10)
16
+
17
+- jobs: register embargo update job type
18
+- installation: upgrade invenio-jbs
19
20
Version v15.0.0 (released 2024-10-08)
21
22
- installation: bump invenio-communities
invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "15.0.0"
+__version__ = "15.1.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments