File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11..
22 This file is part of pytest-invenio.
33 Copyright (C) 2018-2024 CERN.
4- Copyright (C) 2024-2025 Graz University of Technology.
4+ Copyright (C) 2024-2026 Graz University of Technology.
55
66 pytest-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.
88
99Changes
1010=======
1111
12+ Version v4.0.0 (released 2026-01-27)
13+
14+ - fix: use now instead of utcnow
15+ - fix: replace SQLAlchemy pool with NullPool
16+
1217Version v3.4.2 (released 2025-07-09)
1318
1419- fix: use importlib_metadata <python3.10
Original file line number Diff line number Diff line change 22#
33# This file is part of pytest-invenio.
44# Copyright (C) 2017-2025 CERN.
5- # Copyright (C) 2024-2025 Graz University of Technology.
5+ # Copyright (C) 2024-2026 Graz University of Technology.
66#
77# pytest-invenio is free software; you can redistribute it and/or modify it
88# under the terms of the MIT License; see LICENSE file for more details.
@@ -499,7 +499,6 @@ def test_browser(live_server, browser):
499499 - sleep 3 # give xvfb some time to start
500500"""
501501
502-
503- __version__ = "3.4.2"
502+ __version__ = "4.0.0"
504503
505504__all__ = ("__version__" ,)
You can’t perform that action at this time.
0 commit comments