Skip to content

Commit 13ed9ce

Browse files
committed
release: v5.0.0
1 parent 0458efc commit 13ed9ce

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
Changes
1010
=======
1111

12+
Version v5.0.0 (released 2026-05-29)
13+
14+
- chore(setup): bump dependencies
15+
1216
Version v4.1.0 (released 2026-03-12)
1317

1418
- chore: compatibility webargs > 6.0.0

invenio_records_rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,6 @@
713713
from .ext import InvenioRecordsREST
714714
from .proxies import current_records_rest
715715

716-
__version__ = "4.1.0"
716+
__version__ = "5.0.0"
717717

718718
__all__ = ("__version__", "current_records_rest", "InvenioRecordsREST")

0 commit comments

Comments
 (0)