From 903818145a9def1006e6510166c6fe4ebeac8724 Mon Sep 17 00:00:00 2001 From: Joao Coelho Date: Sun, 5 Jul 2026 17:50:37 -0500 Subject: [PATCH 1/2] bump version to `0.5.0` --- pyproject.toml | 2 +- src/pytest_params/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e5f3c..05f9223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ build-backend = 'uv_build' [project] name = 'pytest-params' -version = '0.4.0' +version = '0.5.0' description = 'Simplified pytest test case parameters.' readme = 'README.md' authors = [{name = 'Joao Coelho'}] diff --git a/src/pytest_params/__init__.py b/src/pytest_params/__init__.py index 3b5d59d..da68207 100644 --- a/src/pytest_params/__init__.py +++ b/src/pytest_params/__init__.py @@ -1,6 +1,6 @@ from .params import params, params_values from .request_params import get_request_param -__version__ = '0.4.0' +__version__ = '0.5.0' __all__ = ['get_request_param', 'params', 'params_values'] From 835391b3cf2de4d9016bde8d942d6844494f9593 Mon Sep 17 00:00:00 2001 From: Joao Coelho Date: Sun, 5 Jul 2026 17:54:08 -0500 Subject: [PATCH 2/2] docs update --- docs/develop.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/develop.md b/docs/develop.md index 7093ca5..f15eca2 100644 --- a/docs/develop.md +++ b/docs/develop.md @@ -17,7 +17,6 @@ After syncing dependencies (which include `typer-invoke`), try the commands belo ``` python -m admin.lint --help python -m admin.build --help - python -m admin.pip --help python -m admin.test --help ``` * Help with a specific command