File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v15.3.0 (released 2024-10-16)
16
+
17
+ - collections: display pages and REST API
18
+ - deposit: add feature flag for required community submission flow
19
+ - mappings: disable doc_values for geo_shape fields (#1807)
20
+ * Fixes multiple values for ``metadata.locaations.features ``.
21
+
15
22
Version v15.2.0 (released 2024-10-10)
16
23
17
24
- webpack: update axios and react-searchkit(due to axios) major versions
Original file line number Diff line number Diff line change 11
11
12
12
from .ext import InvenioRDMRecords
13
13
14
- __version__ = "15.2 .0"
14
+ __version__ = "15.3 .0"
15
15
16
16
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023 CERN.
3
+ # Copyright (C) 2023-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.
You can’t perform that action at this time.
0 commit comments