We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38a312 commit 64a76aeCopy full SHA for 64a76ae
README.md
@@ -115,6 +115,9 @@ tox
115
116
## Changelog
117
118
+* 0.0.6:
119
+ * Fix an issue where pypy was hanging when a request was made with an invalid
120
+ certificate
121
* 0.0.5:
122
* Fix broken version parsing in 0.0.4
123
* 0.0.4:
pytest_httpbin/version.py
@@ -1 +1 @@
1
-__version__ = '0.0.5'
+__version__ = '0.0.6'
0 commit comments