diff --git a/README.md b/README.md index a99c2ae..091728b 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,9 @@ tox ## Changelog +* 0.0.6: + * Fix an issue where pypy was hanging when a request was made with an invalid + certificate * 0.0.5: * Fix broken version parsing in 0.0.4 * 0.0.4: diff --git a/pytest_httpbin/version.py b/pytest_httpbin/version.py index eead319..fa9c4ec 100644 --- a/pytest_httpbin/version.py +++ b/pytest_httpbin/version.py @@ -1 +1 @@ -__version__ = '0.0.5' +__version__ = '0.0.6'