Skip to content

Commit 50de096

Browse files
committed
Version 4.0.1
1 parent f9406ec commit 50de096

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changelog
33
=========
44

5-
Unreleased
6-
----------
5+
4.0.1 (2025-09-12)
6+
------------------
77

88
* Remove the random state caching, which would grow without bound, leaking memory in long test runs.
99
The caching was added to slightly speed up re-using the same (final) seed, but since the final seed is now different for each test, it has no effect.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "pytest-randomly"
9-
version = "4.0.0"
9+
version = "4.0.1"
1010
description = "Pytest plugin to randomly order tests and control random.seed."
1111
readme = "README.rst"
1212
keywords = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)