diff --git a/README.md b/README.md index 03fd5d5..17ddfd4 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ tox ## Changelog -- 2.1.0rc +- 2.1.0 - 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) diff --git a/pytest_httpbin/version.py b/pytest_httpbin/version.py index 5604250..9aa3f90 100644 --- a/pytest_httpbin/version.py +++ b/pytest_httpbin/version.py @@ -1 +1 @@ -__version__ = "2.1.0rc1" +__version__ = "2.1.0"