We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f1841 commit 9d8e7a5Copy full SHA for 9d8e7a5
CHANGES.rst
@@ -12,9 +12,11 @@
12
Changes
13
=======
14
15
-Version <next>
+Version v18.1.0 (released 2025-03-27)
16
17
- align licenses modal with funders modal
18
+- use underscores for setuptools configuration instead of dashes
19
+- lots of translations
20
21
Version v18.0.0 (released 2025-03-26)
22
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "18.0.0"
+__version__ = "18.1.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments