Skip to content

Commit

Permalink
release: v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 10, 2024
1 parent bc4052a commit 5cba3e0
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.2.0 (released 2024-10-10)

- webpack: update axios major version

Version 5.1.1 (released 2024-10-02)

- views: add callback hook on search results rendered
Expand Down
2 changes: 1 addition & 1 deletion invenio_requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
current_requests_service,
)

__version__ = "5.1.1"
__version__ = "5.2.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 5cba3e0

Please sign in to comment.