Skip to content

Commit

Permalink
release: v7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 18, 2023
1 parent f79722e commit e6f1115
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Changes
=======

Version 7.8.0 (released 2023-09-18)
-----------------------------------

- github: drop python 3.7 as it has reached end of life
- communities: add data model for community deletion
- members: remove rendering of HTML for member description
- ui: safely render community `description`
- delete community modal: fix styling

Version 7.7.4 (released 2023-09-14)
-----------------------------------

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__ = "7.7.4"
__version__ = "7.8.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit e6f1115

Please sign in to comment.