Skip to content

Commit

Permalink
release: v4.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 29, 2023
1 parent 321b871 commit c3da317
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.41.0 (2023-11-29)

- metadata: use DateAndTime format for dates field
- contrib: update imprint labels to be more descriptive
- services: extend embargo check to all versions
- service: improve check for record existance
- generators: add community inclusion reviewers

Version 4.40.0 (2023-11-20)

- access: avoid setting ``access_request_token``
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.40.0"
__version__ = "4.41.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit c3da317

Please sign in to comment.