Skip to content

Commit e14e18b

Browse files
committed
📦 release: v12.0.4
1 parent 565ad83 commit e14e18b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

‎CHANGES.rst

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
Changes
1212
=======
1313

14+
Version v12.0.4 (released 2024-08-28)
15+
16+
- stats: add missing "is_machine" field
17+
1418
Version v12.0.3 (released 2024-08-27)
1519

1620
- add permissions checks for community submission policy

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "12.0.3"
13+
__version__ = "12.0.4"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

‎invenio_rdm_records/services/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
# Copyright (C) 2023 Graz University of Technology.
55
#
66
# Invenio-RDM-Records is free software; you can redistribute it and/or modify

‎tests/resources/test_resources_review.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2021 CERN.
3+
# Copyright (C) 2021-2024 CERN.
44
#
55
# Invenio-RDM-Records is free software; you can redistribute it and/or modify
66
# it under the terms of the MIT License; see LICENSE file for more details.

0 commit comments

Comments
 (0)