Skip to content

Commit 9992686

Browse files
committed
build: bump version 1.0.0-rc2 -> 1.0.0-rc3
1 parent 6078ebe commit 9992686

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.0.0-rc3 (2026-01-19)
2+
3+
### Fixes
4+
5+
- min python version is 3.10 not 3.11
6+
17
## 1.0.0-rc2 (2025-12-21)
28

39
## 1.0.0-rc1 (2025-12-21)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
1515
name = "pytest-simplified"
1616
description = "A PyTest plugin to simplify testing classes."
1717

18-
version = "1.0.0-rc2"
18+
version = "1.0.0-rc3"
1919

2020
readme = {file = "README.md", content-type = "text/markdown"}
2121
requires-python = ">=3.10"

0 commit comments

Comments
 (0)