Skip to content

Commit

Permalink
release: v4.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 20, 2023
1 parent ccfe822 commit 150ed1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
Changes
=======

Version 4.40.0 (2023-11-20)

- access: avoid setting ``access_request_token``
- resources: add parent doi redirection
- serializers: don't strip html for dc and marcxml
- config: update OAISERVER_RECORD_SETS_FETCHER
- deposit-ui: fix affiliations serialization

Version 4.39.3 (2023-11-13)

- secret-links: remove token from session on expiration
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.39.3"
__version__ = "4.40.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 150ed1c

Please sign in to comment.