Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
Changes
=======

Version v14.0.0b4.dev0 (released 2025-12-12)

- chore(setup): bump major versions
- feat: add empty Overridable container before and after the files accordion
- assets: added css for hidden comment line and last page first comment

Version v14.0.0b3.dev4 (released 2025-12-08)

- fix: ensure that pages render if accessed via secret link
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_rdm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

__all__ = ("__version__",)
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ install_requires =
invenio-previewer>=3.0.0,<4.0.0
invenio-records-files>=1.2.1,<2.0.0
# Invenio-App-RDM
invenio-collections>=1.0.0,<3.0.0
invenio-communities>=21.0.0,<22.0.0
invenio-rdm-records>=22.0.0,<23.0.0
invenio-collections>=3.0.0,<4.0.0
invenio-communities>=22.0.0,<23.0.0
invenio-rdm-records>=23.0.0,<24.0.0
CairoSVG>=2.5.2,<3.0.0
invenio-banners>=5.0.0,<6.0.0
invenio-pages>=7.0.0,<8.0.0
Expand Down
Loading