We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d27ff commit 4ba60d2Copy full SHA for 4ba60d2
CHANGES.rst
@@ -10,6 +10,11 @@
10
Changes
11
=======
12
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
18
Version v21.1.1 (released 2025-10-22)
19
20
- feat(fixtures): add community UUID assignment
invenio_communities/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities
-__version__ = "21.1.1"
+__version__ = "21.2.0"
__all__ = ("InvenioCommunities", "current_communities")
0 commit comments