Skip to content

Commit a7e636d

Browse files
committed
📦 release: v15.3.0
1 parent 3e74953 commit a7e636d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
Changes
1313
=======
1414

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+
1522
Version v15.2.0 (released 2024-10-10)
1623

1724
- webpack: update axios and react-searchkit(due to axios) major versions

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
from .ext import InvenioRDMRecords
1313

14-
__version__ = "15.2.0"
14+
__version__ = "15.3.0"
1515

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

‎tests/services/test_service_community_records.py

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

0 commit comments

Comments
 (0)