Skip to content

Commit

Permalink
release: v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jul 29, 2024
1 parent 5259c8c commit fd8c8fe
Show file tree
Hide file tree
Showing 2 changed files with 7 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 4.6.0 (released 2024-07-28)

- comments: fix jumping cursor
- ui: add community membership request label type

Version 4.5.1 (released 2024-06-28)

- service: fix request ID passing
Expand Down
3 changes: 2 additions & 1 deletion invenio_requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# Copyright (C) 2021-2024 CERN.
# Copyright (C) 2021-2023 TU Wien.
# Copyright (C) 2024 Graz University of Technology.
#
# Invenio-Requests is free software; you can redistribute it and/or modify it
# under the terms of the MIT License; see LICENSE file for more details.
Expand All @@ -19,7 +20,7 @@
current_requests_service,
)

__version__ = "4.5.1"
__version__ = "4.6.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit fd8c8fe

Please sign in to comment.