Skip to content

Commit c1a8ed3

Browse files
committed
release: v12.2.1
1 parent ea9aceb commit c1a8ed3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

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

14+
Version v12.2.1 (released 2024-09-19)
15+
16+
- file upload: better handling of errors when uploading empty files
17+
- serializers: ensure that the vocab id is set before performing a look up
18+
- deposit: take into account the can_publish permission to control when the
19+
Publish button should be enabled or disabled
20+
1421
Version v12.1.1 (released 2024-09-11)
1522

1623
- resource: fix add record to community

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.1.1"
13+
__version__ = "12.2.1"
1414

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

0 commit comments

Comments
 (0)