File tree 4 files changed +9
-3
lines changed
resources/serializers/marcxml
tests/resources/serializers
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 9.0.1 (released 2024-03-25)
15
+
16
+ - serializers: DataCite to DCAT-AP - fix missing prov namespace for contributors project roles
17
+ - serializers: DataCite to DCAT-AP - include upstream editorial changes
18
+ - serializers: marcxml: Add leader to schema
19
+
14
20
Version 9.0.0 (released 2024-03-23)
15
21
16
22
- views: add signposting
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "9.0.0 "
13
+ __version__ = "9.0.1 "
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN
3
+ # Copyright (C) 2023-2024 CERN
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
6
# 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
- # Copyright (C) 2023 CERN
3
+ # Copyright (C) 2023-2024 CERN
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
6
6
# 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