Skip to content

Commit f213db2

Browse files
committed
📦 release: v10.1.1
1 parent 853f248 commit f213db2

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

‎CHANGES.rst

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

14+
Version 10.1.1 (released 2024-04-19)
15+
16+
- pids: fix register/update serialization
17+
1418
Version 10.1.0 (released 2024-04-15)
1519

1620
- licenses: fix wrong characters encoding

‎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__ = "10.1.0"
13+
__version__ = "10.1.1"
1414

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

‎invenio_rdm_records/services/pids/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-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.

‎invenio_rdm_records/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2022 CERN.
3+
# Copyright (C) 2022-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/services/pids/test_pids_tasks.py

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

0 commit comments

Comments
 (0)