From b90b86742dd16cc0a3a2522ea6bca13661cd84de Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Sep 2024 14:52:48 +0100 Subject: [PATCH 1/3] bump to 2.1.0rc1 --- README.md | 8 +++++++- pytest_httpbin/version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50b7149..310f1a4 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,13 @@ tox ``` ## Changelog - +- 2.1.0rc + - Drop support for Python 3.7 (#85) + - Test against PyPy 3.10 (#77) + - Add support for CPython 3.13 by regenerating the bundled certificates (#90) + - fix an issue where secure POST requests would fail with a connection reset + by peer (#90) + - include a LICENCE - 2.0.0 - Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68) - Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68) diff --git a/pytest_httpbin/version.py b/pytest_httpbin/version.py index 8c0d5d5..5604250 100644 --- a/pytest_httpbin/version.py +++ b/pytest_httpbin/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.1.0rc1" From 3b4a22aceb96af11f0b0f4da7b7e96f0e69f09ee Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Sep 2024 14:53:49 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 310f1a4..00586b1 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ tox ``` ## Changelog + - 2.1.0rc - Drop support for Python 3.7 (#85) - Test against PyPy 3.10 (#77) From 9b18f2625ea5bf87c0e45f7e12fb60c4d29793b9 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Wed, 18 Sep 2024 14:54:24 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00586b1..03fd5d5 100644 --- a/README.md +++ b/README.md @@ -161,9 +161,9 @@ tox - Drop support for Python 3.7 (#85) - Test against PyPy 3.10 (#77) - Add support for CPython 3.13 by regenerating the bundled certificates (#90) - - fix an issue where secure POST requests would fail with a connection reset + - Fix an issue where secure POST requests would fail with a connection reset by peer (#90) - - include a LICENCE + - Include a LICENCE - 2.0.0 - Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6 (#68) - Add support for Python 3.7, 3.8, 3.9 and 3.10 (#68)