We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962195f commit c807b72Copy full SHA for c807b72
CHANGES.rst
@@ -12,6 +12,11 @@
12
Changes
13
=======
14
15
+Version v18.3.1 (released 2025-04-14)
16
+
17
+- user quota: anticipate system user
18
+- doi: increase label width
19
20
Version v18.3.0 (released 2025-04-10)
21
22
- pids: change optional DOI validation
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "18.3.0"
+__version__ = "18.3.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments