Skip to content

Commit 75d0758

Browse files
Javier Romero Caatrojrcastro2
Javier Romero Caatro
authored andcommitted
release: v12.0.2
1 parent 611b999 commit 75d0758

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

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+
1420
Version v12.0.1 (released 2024-08-22)
1521

1622
- bump invenio-vocabularies

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.1"
13+
__version__ = "12.0.2"
1414

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

0 commit comments

Comments
 (0)