Skip to content

Commit a983812

Browse files
chore(main): release 0.2.3
1 parent 2150f95 commit a983812

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.3](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.2.2...v0.2.3) (2025-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* remove v from tag when looking for the version ([#13](https://github.com/xverges/pytest-xdist-load-testing/issues/13)) ([2150f95](https://github.com/xverges/pytest-xdist-load-testing/commit/2150f950a58f570070f05973c2fc60608d8893b7))
9+
310
## [0.2.2](https://github.com/xverges/pytest-xdist-load-testing/compare/v0.2.1...v0.2.2) (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.2"
10+
version = "0.2.3"
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.2"
5+
__version__ = "0.2.3"
66
__all__ = [
77
"weight",
88
"stop_load_testing",

0 commit comments

Comments
 (0)