Skip to content

Commit

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

Version v17.6.0 (released 2024-12-09)

- notifications: add comment notification for subcoms
fix new subcommunity title
- ui: refactored and generalized OrganizationsList
- affiliations: added identifiers in orgs
- schema: added orgs in ui schema
- fix: extend invitation request expiry
- tests: remove invenio-admin dependence
* Removes the dependence on the invenio-admin action need.
* Adds some more test cases for featured communities.

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

- settings-ui: fix organizations metadata payload
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.1"
__version__ = "17.6.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit 6cd96e3

Please sign in to comment.