Skip to content

Commit 531c5a5

Browse files
committed
📦 release: v17.0.0
1 parent a031848 commit 531c5a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎CHANGES.rst

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

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+
1522
Version v17.0.0.dev2 (released 2025-01-23)
1623

1724
Version v17.0.0.dev1 (released 2024-12-16)

‎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__ = "17.0.0.dev2"
15+
__version__ = "17.0.0"
1616

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

0 commit comments

Comments
 (0)