diff --git a/README.md b/README.md index 50b7149..03fd5d5 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,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"