Skip to content

Commit 2d6af89

Browse files
committed
release: v15.7.1
1 parent c11cd27 commit 2d6af89

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

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

15+
Version v15.7.1 (released 2024-11-06)
16+
17+
- installation: bump babel-edtf to >=1.2.0
18+
- tests: fix EDTF interval with unknown start/end
19+
- ui: use config instead of hardcoded url
20+
- setup: forward compatibility to itsdangerous>=2.1
21+
- fix: DeprecationWarning of SQLAlchemy
22+
1523
Version v15.7.0 (released 2024-11-04)
1624

1725
- resources: make record error handlers configurable

invenio_rdm_records/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (C) 2019-2024 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.
67
#
78
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
89
# it under the terms of the MIT License; see LICENSE file for more details.
@@ -11,6 +12,6 @@
1112

1213
from .ext import InvenioRDMRecords
1314

14-
__version__ = "15.7.0"
15+
__version__ = "15.7.1"
1516

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

0 commit comments

Comments
 (0)