Skip to content

Commit f4dedee

Browse files
committed
release: v4.0.0
1 parent 5667a29 commit f4dedee

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
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

99
Changes
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+
1217
Version v3.4.2 (released 2025-07-09)
1318

1419
- fix: use importlib_metadata <python3.10

pytest_invenio/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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__",)

0 commit comments

Comments
 (0)