Skip to content

Commit 64a76ae

Browse files
committed
Bump version
1 parent f38a312 commit 64a76ae

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ tox
115115

116116
## Changelog
117117

118+
* 0.0.6:
119+
* Fix an issue where pypy was hanging when a request was made with an invalid
120+
certificate
118121
* 0.0.5:
119122
* Fix broken version parsing in 0.0.4
120123
* 0.0.4:

pytest_httpbin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.5'
1+
__version__ = '0.0.6'

0 commit comments

Comments
 (0)