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 cd121e5 commit 4c569edCopy full SHA for 4c569ed
CHANGES.rst
@@ -10,6 +10,12 @@
10
Changes
11
=======
12
13
+Version v14.0.0b4.dev0 (released 2025-12-12)
14
+
15
+- chore(setup): bump major versions
16
+- feat: add empty Overridable container before and after the files accordion
17
+- assets: added css for hidden comment line and last page first comment
18
19
Version v14.0.0b3.dev4 (released 2025-12-08)
20
21
- fix: ensure that pages render if accessed via secret link
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.0b3.dev4"
+__version__ = "14.0.0b4.dev0"
22
__all__ = ("__version__",)
0 commit comments