File tree 4 files changed +12
-3
lines changed
4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version 10.1.2 (released 2024-04-22)
15
+
16
+ - review: fix draft indexing operations order
17
+ - Fixes a bug where when publishing directly to a community (e.g.
18
+ beacause the uploader is a community admin/owner/curator), the draft
19
+ would get deleted from the index and then get indexed again, thus
20
+ appearing in the users' dashboard both as a published record and
21
+ as a draft in review.
22
+
14
23
Version 10.1.1 (released 2024-04-19)
15
24
16
25
- pids: fix register/update serialization
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "10.1.1 "
13
+ __version__ = "10.1.2 "
14
14
15
15
__all__ = ("__version__" , "InvenioRDMRecords" )
Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
#
3
- # Copyright (C) 2022 CERN.
3
+ # Copyright (C) 2022-2024 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) 2021 CERN.
3
+ # Copyright (C) 2021-2024 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