Skip to content

Commit

Permalink
release: v4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Oct 2, 2023
1 parent 424b9b6 commit b1fbb3d
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.29.0 (2023-10-30)

- serializers: replace slugs caching with invenio-cache
- assets: remove redundant recover on file upload fail
- notifications: add submission accept action notification
- ui: added autoFocus to Deposit Form modals

Version 4.28.2 (2023-09-28)

- serializers: fix cache ttl when fetching communities slugs
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.28.2"
__version__ = "4.29.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit b1fbb3d

Please sign in to comment.