File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
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
+
15
23
Version v15.7.0 (released 2024-11-04)
16
24
17
25
- resources: make record error handlers configurable
Original file line number Diff line number Diff line change 3
3
# Copyright (C) 2019-2024 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
7
#
7
8
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
8
9
# it under the terms of the MIT License; see LICENSE file for more details.
11
12
12
13
from .ext import InvenioRDMRecords
13
14
14
- __version__ = "15.7.0 "
15
+ __version__ = "15.7.1 "
15
16
16
17
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments