Skip to content

Commit 2ec2263

Browse files
committed
release: v14.0.0rc2
1 parent e7d31d4 commit 2ec2263

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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 v14.0.0rc2 (released 2026-06-13)
14+
15+
- chore(setup): bump dependencies
16+
- refactor(views): Move get_record_requests to RecordCommunitiesService
17+
1318
Version v14.0.0rc1 (released 2026-06-08)
1419

1520
- release: release candidate 1

invenio_app_rdm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919

20-
__version__ = "14.0.0rc1"
20+
__version__ = "14.0.0rc2"
2121

2222
__all__ = ("__version__",)

0 commit comments

Comments
 (0)