File tree 6 files changed +10
-5
lines changed
tests/resources/serializers
6 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
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
+
15
20
Version v17.0.2 (released 2025-02-14)
16
21
17
22
- serializers/dcat: fix broken subject serialization for terms with apostrophes
Original file line number Diff line number Diff line change 12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "17.0.2 "
15
+ __version__ = "17.1.0 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2020-2024 CERN.
3
+ # Copyright (C) 2020-2025 CERN.
4
4
# Copyright (C) 2020 Northwestern University.
5
5
# Copyright (C) 2021 Graz University of Technology.
6
6
#
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright (C) 2023 Northwestern University.
4
- # Copyright (C) 2024 CERN.
4
+ # Copyright (C) 2024-2025 CERN.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
7
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright (C) 2023 Northwestern University.
4
- # Copyright (C) 2024 CERN.
4
+ # Copyright (C) 2024-2025 CERN.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
7
# it under the terms of the MIT License; see LICENSE file for more details.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright (C) 2023 Northwestern University.
4
- # Copyright (C) 2024 CERN.
4
+ # Copyright (C) 2024-2025 CERN.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
7
# it under the terms of the MIT License; see LICENSE file for more details.
You can’t perform that action at this time.
0 commit comments