File tree 10 files changed +21
-10
lines changed
assets/semantic-ui/js/invenio_rdm_records/src/deposit
resources/serializers/bibtex
tests/resources/serializers
10 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 12
12
Changes
13
13
=======
14
14
15
+ Version v16.6.0 (released 2025-01-16)
16
+
17
+ - notifications: add custom comment template for record inclusion
18
+ and draft review requests
19
+ - deposit-ui: fix affiliations dropdown behavior for custom values
20
+ - moderation: fix use of uow
21
+ - serializers/bibtex: Conference paper not falling back to proceedings
22
+ - serializers/bibtex: Conference proceeding to proceedings
23
+ - serializers/bibtex: year and month using publication date
24
+ - rights: fix serialize condition for controlled license
25
+
15
26
Version v16.5.1 (released 2024-12-16)
16
27
17
28
- pids: add manage permission to be able to manage DOIs
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2019-2024 CERN.
3
+ # Copyright (C) 2019-2025 CERN.
4
4
# Copyright (C) 2019-2024 Northwestern University.
5
5
# Copyright (C) 2024 KTH Royal Institute of Technology.
6
6
# Copyright (C) 2024 Graz University of Technology.
12
12
13
13
from .ext import InvenioRDMRecords
14
14
15
- __version__ = "16.5.1 "
15
+ __version__ = "16.6.0 "
16
16
17
17
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2024 CERN.
2
+ // Copyright (C) 2020-2025 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
// Copyright (C) 2021 Graz University of Technology.
5
5
//
Original file line number Diff line number Diff line change 1
1
// This file is part of Invenio-RDM-Records
2
- // Copyright (C) 2020-2023 CERN.
2
+ // Copyright (C) 2020-2025 CERN.
3
3
// Copyright (C) 2020-2022 Northwestern University.
4
4
//
5
5
// Invenio-RDM-Records is free software; you can redistribute it and/or modify it
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023-2024 CERN.
3
+ # Copyright (C) 2023-2025 CERN.
4
4
# Copyright (C) 2023 Graz University of Technology.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023-2024 CERN.
3
+ # Copyright (C) 2023-2025 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.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2021-2024 CERN.
3
+ # Copyright (C) 2021-2025 CERN.
4
4
# Copyright (C) 2023 Graz University of Technology.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023-2024 CERN
3
+ # Copyright (C) 2023-2025 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.
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2024 CERN.
3
+ # Copyright (C) 2024-2025 CERN.
4
4
# Copyright (C) 2025 Graz University of Technology.
5
5
#
6
6
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2023-2024 CERN
3
+ # Copyright (C) 2023-2025 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