Skip to content

Commit a5618a3

Browse files
committed
📦 release: v17.1.0
1 parent f0e59d2 commit a5618a3

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

‎CHANGES.rst

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

15+
Version v17.1.0 (released 2025-02-21)
16+
17+
- views: FAIR signposting level 1 support
18+
- views: FAIR signposting remove linkset link to itself
19+
1520
Version v17.0.2 (released 2025-02-14)
1621

1722
- serializers/dcat: fix broken subject serialization for terms with apostrophes

‎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.2"
15+
__version__ = "17.1.0"
1616

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

‎invenio_rdm_records/resources/serializers/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2020-2024 CERN.
3+
# Copyright (C) 2020-2025 CERN.
44
# Copyright (C) 2020 Northwestern University.
55
# Copyright (C) 2021 Graz University of Technology.
66
#

‎invenio_rdm_records/resources/serializers/signposting/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2023 Northwestern University.
4-
# Copyright (C) 2024 CERN.
4+
# Copyright (C) 2024-2025 CERN.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
77
# it under the terms of the MIT License; see LICENSE file for more details.

‎invenio_rdm_records/resources/serializers/signposting/schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2023 Northwestern University.
4-
# Copyright (C) 2024 CERN.
4+
# Copyright (C) 2024-2025 CERN.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
77
# it under the terms of the MIT License; see LICENSE file for more details.

‎tests/resources/serializers/test_signposting_serializer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# Copyright (C) 2023 Northwestern University.
4-
# Copyright (C) 2024 CERN.
4+
# Copyright (C) 2024-2025 CERN.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
77
# it under the terms of the MIT License; see LICENSE file for more details.

0 commit comments

Comments
 (0)