Skip to content

Commit

Permalink
release: v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and zzacharo committed Jun 4, 2024
1 parent cf4460c commit b8c3840
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
Changes
=======

Version 5.10.0 (released 2024-05-22)
Version 6.0.0 (released 2024-06-04)

- uow: add generic DB Model operations
- uow: updated Task Operation to use `apply_async` instead of `delay`
- uow: added Revoke Task Operation

Version 5.9.2 (released 2024-05-22)

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.10.0"
__version__ = "6.0.0"

__all__ = ("__version__", "InvenioRecordsResources")

0 comments on commit b8c3840

Please sign in to comment.