Skip to content

Commit

Permalink
release: v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed May 22, 2024
1 parent dabc3b3 commit e021df2
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 5.9.1 (released 2024-05-22)

- errors: add error handler for RecordPermissionDeniedError

Version 5.9.0 (released 2024-05-22)

- errors: add 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.0"
__version__ = "5.9.1"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit e021df2

Please sign in to comment.