Skip to content

Commit fc81d30

Browse files
committed
release: v5.0.0
1 parent 78a619b commit fc81d30

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
..
22
This file is part of Invenio.
33
Copyright (C) 2015-2022 CERN.
4-
Copyright (C) 2024-2025 Graz University of Technology.
4+
Copyright (C) 2024-2026 Graz University of Technology.
55
Copyright (C) 2025 KTH Royal Institute of Technology.
66
77
Invenio is free software; you can redistribute it and/or modify it
@@ -10,6 +10,11 @@
1010
Changes
1111
=======
1212

13+
Version v5.0.0 (released 2026-01-27)
14+
15+
- chore(black): update formatting to >= 26.0
16+
- chore(setup): bump dependencies
17+
1318
Version v4.2.1 (released 2025-10-17)
1419

1520
- i18n: pulled translations

invenio_access/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file is part of Invenio.
44
# Copyright (C) 2015-2022 CERN.
5-
# Copyright (C) 2024-2025 Graz University of Technology.
5+
# Copyright (C) 2024-2026 Graz University of Technology.
66
# Copyright (C) 2025 KTH Royal Institute of Technology.
77
#
88
# Invenio is free software; you can redistribute it and/or modify it
@@ -440,7 +440,7 @@
440440
)
441441
from .proxies import current_access
442442

443-
__version__ = "4.2.1"
443+
__version__ = "5.0.0"
444444

445445
__all__ = (
446446
"__version__",

0 commit comments

Comments
 (0)