We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031848 commit 531c5a5Copy full SHA for 531c5a5
‎CHANGES.rst
@@ -12,6 +12,13 @@
12
Changes
13
=======
14
15
+Version v17.0.0 (released 2025-02-13)
16
+
17
+- Promote to stable release.
18
+- serializers: DataCite to DCAT-AP: fix undefined variable $cheme for relation type has metadata
19
+- services: proper escape the fields key in links generation
20
+- UISerializer: add polygon locations to serializer in addition to points (#1924)
21
22
Version v17.0.0.dev2 (released 2025-01-23)
23
24
Version v17.0.0.dev1 (released 2024-12-16)
‎invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "17.0.0.dev2"
+__version__ = "17.0.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments