Skip to content

Commit

Permalink
release: v5.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed May 22, 2024
1 parent fd8ad40 commit b23b56d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changes
=======


Version 5.9.2 (released 2024-05-22)

- isort: fix imports

Version 5.9.1 (released 2024-05-22)

- errors: add error handler for RecordPermissionDeniedError
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__ = "5.9.1"
__version__ = "5.9.2"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit b23b56d

Please sign in to comment.