Skip to content

Commit

Permalink
release: v4.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 6, 2023
1 parent fdd6e9f commit ac008d7
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 4.32.0 (2023-10-06)

- deposit form: report invalid value errors on each draft save
- access-requests: send notification on submit action
- access-requests: replace EmailOp with NotificationOp on guest access token create
- access-requests: replace EmailOp with NotificationOp

Version 4.31.1 (2023-10-04)

- deposit: make name's affiliation/id optionals
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__ = "4.31.1"
__version__ = "4.32.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit ac008d7

Please sign in to comment.