Skip to content

Commit

Permalink
📦 release: v17.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 28, 2024
1 parent d33e51f commit faf762a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
Changes
=======

Version v17.5.1 (released 2024-11-28)

- settings-ui: fix organizations metadata payload
* Fixes a bug where organizations selected from the search in the
profile form, should also submit the `id` so that it's linked to the
affiliation vocabulary entry.

Version v17.5.0 (released 2024-11-27)

- subcommunities: implement invitation request
Expand Down
2 changes: 1 addition & 1 deletion invenio_communities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities

__version__ = "17.5.0"
__version__ = "17.5.1"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit faf762a

Please sign in to comment.