Skip to content

Commit

Permalink
release: v4.36.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 19, 2023
1 parent c4e3699 commit beef445
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.36.9 (2023-10-18)

- github: added support for extra metadata.
- edit: fix serialization of creator roles
- deposit: fix required identifiers for creators
- serializers: fix wrongly used get

Version 4.36.8 (2023-10-17)

- github metadata: fix empty affiliations
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.36.8"
__version__ = "4.36.9"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit beef445

Please sign in to comment.