Skip to content

Commit 4ba60d2

Browse files
committed
release: v21.2.0
1 parent 61d27ff commit 4ba60d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
Changes
1111
=======
1212

13+
Version v21.2.0 (released 2025-12-08)
14+
15+
- feat: add link to submission request from communities modal
16+
- fix(admin): wrap missing admin panel i18n strings
17+
1318
Version v21.1.1 (released 2025-10-22)
1419

1520
- feat(fixtures): add community UUID assignment

invenio_communities/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
from .ext import InvenioCommunities
1313
from .proxies import current_communities
1414

15-
__version__ = "21.1.1"
15+
__version__ = "21.2.0"
1616

1717
__all__ = ("InvenioCommunities", "current_communities")

0 commit comments

Comments
 (0)