We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f19ec3 commit 3d9269bCopy full SHA for 3d9269b
CHANGES.rst
@@ -11,9 +11,12 @@
11
Changes
12
=======
13
14
-Version v12.0.2 (released 2024-08-26)
+Version v12.0.3 (released 2024-08-27)
15
16
- add permissions checks for community submission policy
17
+
18
+Version v12.0.2 (released 2024-08-26)
19
20
- update file quota and size vars
21
- add quota config for media_files bucket
22
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "12.0.2"
+__version__ = "12.0.3"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments