File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
Copyright (C) 2019-2025 CERN.
4
4
Copyright (C) 2019-2024 Northwestern University.
5
5
Copyright (C) 2024 KTH Royal Institute of Technology.
6
- Copyright (C) 2024 Graz University of Technology.
6
+ Copyright (C) 2024-2025 Graz University of Technology.
7
7
8
8
Invenio-RDM-Records is free software; you can redistribute it and/or
9
9
modify it under the terms of the MIT License; see LICENSE file for more
12
12
Changes
13
13
=======
14
14
15
+ Version v18.2.0 (released 2025-04-03)
16
+
17
+ - fix: deletion_status gone after record.commit
18
+ - fix: tombstone gone after record.commit
19
+ - file_links: prepare for changes in invenio-records-resources
20
+ - deposit-ui: show icon and tooltip for new error format with severity error
21
+
15
22
Version v18.1.0 (released 2025-03-27)
16
23
17
24
- align licenses modal with funders modal
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2019-2025 CERN.
4
4
# Copyright (C) 2019-2024 Northwestern University.
5
5
# Copyright (C) 2024 KTH Royal Institute of Technology.
6
- # Copyright (C) 2024 Graz University of Technology.
6
+ # Copyright (C) 2024-2025 Graz University of Technology.
7
7
#
8
8
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
9
9
# it under the terms of the MIT License; see LICENSE file for more details.
12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "18.1 .0"
15
+ __version__ = "18.2 .0"
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments