Skip to content

Commit

Permalink
📦 release: v14.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jun 27, 2024
1 parent 05092e1 commit 70551f5
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 14.3.0 (released 2024-06-27)

- subcommunities: made the request form overridable
- subcommunities: pass community object
- subcommunities: added auto-accept to request
- request: added subcommunity type as a function to entry point
- profile: rename award label
* closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2602

Version 14.2.0 (released 2024-06-24)

- subcommunities: fixed redirect url after new request
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__ = "14.2.0"
__version__ = "14.3.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit 70551f5

Please sign in to comment.