Skip to content

Commit 8389246

Browse files
committed
📦 release: v9.0.1
1 parent bcaad4e commit 8389246

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

‎CHANGES.rst

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

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+
1420
Version 9.0.0 (released 2024-03-23)
1521

1622
- views: add signposting

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "9.0.0"
13+
__version__ = "9.0.1"
1414

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

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

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

‎tests/resources/serializers/test_marcxml_serializer.py

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

0 commit comments

Comments
 (0)