File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
22..
3- Copyright (C) 2018-2025 CERN.
3+ Copyright (C) 2018-2026 CERN.
44
55 invenio-app-ils is free software; you can redistribute it and/or modify it
66 under the terms of the MIT License; see LICENSE file for more details.
77
88Changes
99=======
1010
11+ Version 7.0.0 (released 2026-01-06)
12+
13+ - stats: generalize stat tracking loan extensions to track all transitions
14+ - stats: raise error when loan is indexed while loan transition events index does not exits
15+ - stats: add feature flag for extending record indices with stats
16+ - stats: warn when loan gets indexed while loan-transitions index does not exist
17+ - breaking change: global: update invenio-circulation
18+ - breaking change: stats: add loan stats endpoint and extend loans index
19+ - breaking change: stats: add stat to track loan extensions
20+
1121Version 6.1.1 (released 2025-12-10)
1222
1323- tests: move covers builder test into correct folder
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22#
3- # Copyright (C) 2018-2024 CERN.
3+ # Copyright (C) 2018-2026 CERN.
44#
55# invenio-app-ils is free software; you can redistribute it and/or modify it
66# under the terms of the MIT License; see LICENSE file for more details.
77
88"""invenio-app-ils."""
99
10- __version__ = "6.1.1 "
10+ __version__ = "7.0.0 "
1111
1212__all__ = ("__version__" ,)
You can’t perform that action at this time.
0 commit comments