Skip to content

Commit 01a0f6c

Browse files
committed
Version 3.16.0
1 parent a6b8f27 commit 01a0f6c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
3.16.0 (2024-10-25)
6+
-------------------
7+
58
* Drop Python 3.8 support.
69

710
* Support Python 3.13.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

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

0 commit comments

Comments
 (0)