Skip to content

Commit ec226c4

Browse files
committed
release: v18.2.0
1 parent 02d4129 commit ec226c4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGES.rst

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright (C) 2019-2025 CERN.
44
Copyright (C) 2019-2024 Northwestern University.
55
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.
77
88
Invenio-RDM-Records is free software; you can redistribute it and/or
99
modify it under the terms of the MIT License; see LICENSE file for more
@@ -12,6 +12,13 @@
1212
Changes
1313
=======
1414

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+
1522
Version v18.1.0 (released 2025-03-27)
1623

1724
- align licenses modal with funders modal

invenio_rdm_records/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (C) 2019-2025 CERN.
44
# Copyright (C) 2019-2024 Northwestern University.
55
# 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.
77
#
88
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
99
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "18.1.0"
15+
__version__ = "18.2.0"
1616

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

0 commit comments

Comments
 (0)