File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11..
22 This file is part of Invenio.
33 Copyright (C) 2017-2025 CERN.
4- Copyright (C) 2024 Graz University of Technology.
4+ Copyright (C) 2024-2026 Graz University of Technology.
55
66 Invenio is free software; you can redistribute it and/or modify it
77 under the terms of the MIT License; see LICENSE file for more details.
1010Changes
1111=======
1212
13+ Version v6.0.0 (released 2026-01-29)
14+
15+ - chore(setup): bump dependencies
16+ - chore(black): update formatting to >= 26.0
17+ - fix(chore): DeprecationWarning stdlib
18+ - fix: DeprecationWarning warn use warning
19+ - tests: extend support to Python 3.14
20+ - i18n:push translations
21+
1322Version 5.1.1 (release 2025-06-09)
1423
1524- tests: fix issues with CI
Original file line number Diff line number Diff line change 33# This file is part of Invenio.
44# Copyright (C) 2017-2024 CERN.
55# Copyright (C) 2022-2023 TU Wien.
6- # Copyright (C) 2024-2025 Graz University of Technology.
6+ # Copyright (C) 2024-2026 Graz University of Technology.
77#
88# Invenio is free software; you can redistribute it and/or modify it
99# under the terms of the MIT License; see LICENSE file for more details.
@@ -441,7 +441,7 @@ def register_queries():
441441from .ext import InvenioStats
442442from .proxies import current_stats
443443
444- __version__ = "5.1.1 "
444+ __version__ = "6.0.0 "
445445
446446__all__ = (
447447 "__version__" ,
You can’t perform that action at this time.
0 commit comments