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