Skip to content

Commit

Permalink
release: v15.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Oct 1, 2024
1 parent ee6f23f commit c22463d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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 v15.2.1 (released 2024-10-01)

- subcommunities: fix error getting whether children allowed
- subcommunities: added i18n translate messages

Version v15.2.0 (released 2024-09-27)

- Added subcommunities endpoint and page
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__ = "15.2.0"
__version__ = "15.2.1"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit c22463d

Please sign in to comment.