File tree 5 files changed +8
-4
lines changed
5 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 10.1.1 (released 2024-04-19)
15
+
16
+ - pids: fix register/update serialization
17
+
14
18
Version 10.1.0 (released 2024-04-15)
15
19
16
20
- licenses: fix wrong characters encoding
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "10.1.0 "
13
+ __version__ = "10.1.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) 2021 CERN.
3
+ # Copyright (C) 2021-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) 2022 CERN.
3
+ # Copyright (C) 2022-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) 2021 CERN
3
+ # Copyright (C) 2021-2024 CERN
4
4
#
5
5
# Invenio-RDM-Records is free software; you can redistribute it
6
6
# and/or modify it under the terms of the MIT License; see LICENSE file for
You can’t perform that action at this time.
0 commit comments