From 58df8fbf0f55fc01678753ac4f02898c478e05c8 Mon Sep 17 00:00:00 2001 From: cle-b Date: Sun, 26 Oct 2025 21:16:40 +0100 Subject: [PATCH 1/2] update documentation link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3808d09..04b353c 100644 --- a/README.md +++ b/README.md @@ -99,4 +99,4 @@ pyhttpdbg -m pytest -v examples/ ## documentation -https://httpdbg.readthedocs.io/en/latest/pytest/ +https://httpdbg.readthedocs.io/en/latest/test/#pytest-httpdbg From 6d1912a028a6e74a00ed7d22504aefdb2a91998d Mon Sep 17 00:00:00 2001 From: cle-b Date: Sun, 26 Oct 2025 21:17:18 +0100 Subject: [PATCH 2/2] version --- pytest_httpdbg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_httpdbg/__init__.py b/pytest_httpdbg/__init__.py index 258b15b..eba8fe7 100644 --- a/pytest_httpdbg/__init__.py +++ b/pytest_httpdbg/__init__.py @@ -1,3 +1,3 @@ from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401 -__version__ = "0.10.0" +__version__ = "0.10.1"