File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
..
3
3
Copyright (C) 2019-2024 CERN.
4
- Copyright (C) 2019 Northwestern University.
4
+ Copyright (C) 2019-2024 Northwestern University.
5
5
6
6
7
7
Invenio-RDM-Records is free software; you can redistribute it and/or
11
11
Changes
12
12
=======
13
13
14
+ Version v12.0.0 (released 2024-08-22)
15
+
16
+ - mappings: add analyzers and filters to improve results when searching records
17
+
14
18
Version v11.8.0 (released 2024-08-21)
15
19
16
20
- pids: fix parent DOI link generation
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
3
# Copyright (C) 2019-2024 CERN.
4
- # Copyright (C) 2019-2022 Northwestern University.
4
+ # Copyright (C) 2019-2024 Northwestern University.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
7
7
# it under the terms of the MIT License; see LICENSE file for more details.
10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "11.8 .0"
13
+ __version__ = "12.0 .0"
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
You can’t perform that action at this time.
0 commit comments