Skip to content

Commit c807b72

Browse files
committed
release: v18.3.1
1 parent 962195f commit c807b72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
Changes
1313
=======
1414

15+
Version v18.3.1 (released 2025-04-14)
16+
17+
- user quota: anticipate system user
18+
- doi: increase label width
19+
1520
Version v18.3.0 (released 2025-04-10)
1621

1722
- pids: change optional DOI validation

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "18.3.0"
15+
__version__ = "18.3.1"
1616

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

0 commit comments

Comments
 (0)