Skip to content

Commit 77efc86

Browse files
committed
release: v6.0.0
1 parent 39f9ef0 commit 77efc86

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 10 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) 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.
@@ -10,6 +10,15 @@
1010
Changes
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+
1322
Version 5.1.1 (release 2025-06-09)
1423

1524
- tests: fix issues with CI

invenio_stats/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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():
441441
from .ext import InvenioStats
442442
from .proxies import current_stats
443443

444-
__version__ = "5.1.1"
444+
__version__ = "6.0.0"
445445

446446
__all__ = (
447447
"__version__",

0 commit comments

Comments
 (0)