Skip to content

Commit

Permalink
release: v4.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 2, 2023
1 parent 76ec100 commit a5154e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 4.11.6 (2023-10-02)

- components: handle file upload interruption

Version 4.11.5 (2023-09-29)

- service: add `extra_filter` to reindex method
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRecordsResources

__version__ = "4.11.5"
__version__ = "4.11.6"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit a5154e4

Please sign in to comment.