Skip to content

Commit

Permalink
release: v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed May 26, 2023
1 parent d23bb61 commit b9568cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
Changes
=======

Version 6.6.0 (released 2023-05-26)
-----------------------------------

- configure number of items in communities carousel
- add placeholder in communities carousel
- introduce a configuration to disallow the creation of a restricted community
- fix a11y for tabs and modals in communities settings

Version 6.5.0 (released 2023-05-05)
-----------------------------------

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__ = "6.5.0"
__version__ = "6.6.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit b9568cd

Please sign in to comment.