Skip to content

Commit cb60318

Browse files
chore(main): release 0.2.4 (#16)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54161e2 commit cb60318

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.2.3...v0.2.4) (2025-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* retry waiting for testpypi to publsih the package ([#15](https://github.com/xverges/pytest-xdist-load-testing/issues/15)) ([54161e2](https://github.com/xverges/pytest-xdist-load-testing/commit/54161e25ddb9ce93a40ef4b43183846fd95b5790))
9+
310
## [0.2.3](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.2.2...v0.2.3) (2025-11-22)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
[project]
88
name = "pytest-xdist-load-testing"
99
description = "xdist scheduler to repeately run tests"
10-
version = "0.2.3"
10+
version = "0.2.4"
1111
readme = "README.md"
1212
requires-python = ">=3.9"
1313
authors = [

src/pytest_xdist_load_testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .api import stop_load_testing, weight
44

5-
__version__ = "0.2.3"
5+
__version__ = "0.2.4"
66
__all__ = [
77
"weight",
88
"stop_load_testing",

0 commit comments

Comments
 (0)