Skip to content

Commit

Permalink
release: v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Aug 1, 2024
1 parent 199c357 commit 7253dd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
Changes
=======

Version 4.1.1 (released 2024-08-01)

- comments: fix jumping cursor
- ui: [#855] add community membership request label type
- service: fix request ID passing
- service: handle request parameters flexibly
- registry: allow entry pointsto be callables
- config: allow request search configuration

Version 4.1.0 (released 2024-03-23)

- mappings: change "dynamic" values to string
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.1.0"
__version__ = "4.1.1"

__all__ = (
"__version__",
Expand Down

0 comments on commit 7253dd0

Please sign in to comment.