Skip to content

Commit

Permalink
📦 release: v17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 11, 2024
1 parent 6060ed1 commit 006f2f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
Changes
=======

Version v17.4.0 (released 2024-11-11)

- admin: change default number of results from 10 to 20
- UI/UX: improve display of ROR information in select field

Version v17.3.2 (released 2024-10-18)

- ui: avoid exceptions if organizations list and request membership are not defined
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.3.2"
__version__ = "17.4.0"

__all__ = ("InvenioCommunities", "current_communities")
2 changes: 1 addition & 1 deletion invenio_communities/administration/communities.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright (C) 2022 CERN.
# Copyright (C) 2022-2024 CERN.
#
# Invenio-Communities is free software; you can redistribute it and/or
# modify it under the terms of the MIT License; see LICENSE file for more
Expand Down

0 comments on commit 006f2f4

Please sign in to comment.