Skip to content

Commit

Permalink
release: v12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 19, 2024
1 parent ea9aceb commit c1a8ed3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
Changes
=======

Version v12.2.1 (released 2024-09-19)

- file upload: better handling of errors when uploading empty files
- serializers: ensure that the vocab id is set before performing a look up
- deposit: take into account the can_publish permission to control when the
Publish button should be enabled or disabled

Version v12.1.1 (released 2024-09-11)

- resource: fix add record to community
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "12.1.1"
__version__ = "12.2.1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit c1a8ed3

Please sign in to comment.