File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11
11
Changes
12
12
=======
13
13
14
+ Version v12.0.4 (released 2024-08-28)
15
+
16
+ - stats: add missing "is_machine" field
17
+
14
18
Version v12.0.3 (released 2024-08-27)
15
19
16
20
- add permissions checks for community submission policy
Original file line number Diff line number Diff line change 10
10
11
11
from .ext import InvenioRDMRecords
12
12
13
- __version__ = "12.0.3 "
13
+ __version__ = "12.0.4 "
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) 2021 CERN.
3
+ # Copyright (C) 2021-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