Skip to content

Commit 84dfdd7

Browse files
committed
release: v17.3.0
1 parent 0583477 commit 84dfdd7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

15+
Version v17.3.0 (released 2025-03-11)
16+
17+
- resources: add param to filter shared with my uploads
18+
- returns record needs on entity resolution
19+
- reindex associated request on parent access changes
20+
- service: change community submission actions on who can manage
21+
- links: add preview_html link
22+
1523
Version v17.2.0 (released 2025-03-10)
1624

1725
- views: signposting: files: fix filename encoding issues for downloads

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.2.0"
15+
__version__ = "17.3.0"
1616

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

0 commit comments

Comments
 (0)