We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e68698 commit c956e55Copy full SHA for c956e55
CHANGES.rst
@@ -10,6 +10,11 @@
10
Changes
11
=======
12
13
+Version v14.0.0b4.dev1 (released 2025-12-13)
14
+
15
+- feat(css): styles for threaded replies
16
+- feat(views-request): include `can_reply_comment` in template permissions dict
17
18
Version v14.0.0b4.dev0 (released 2025-12-12)
19
20
- chore(setup): bump major versions
invenio_app_rdm/__init__.py
@@ -17,6 +17,6 @@
#
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
-__version__ = "14.0.0b4.dev0"
+__version__ = "14.0.0b4.dev1"
21
22
__all__ = ("__version__",)
0 commit comments