Skip to content

Commit

Permalink
Merge pull request #23 from msabramo/prep_for_0.0.5
Browse files Browse the repository at this point in the history
Prep for 0.0.5 release because 0.0.4 was busted
  • Loading branch information
msabramo committed Dec 3, 2014
2 parents 8f0e44b + 10af9bc commit 9cdb0f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ tox

## Changelog

* 0.0.5:
* Fix broken version parsing in 0.0.4
* 0.0.4:
* **Bad release: Broken version parsing**
* Fix `BadStatusLine` error that occurs when sending multiple requests
in a single session (PR #16). Thanks @msabramo!
* Fix #9 ("Can't be installed at the same time than pytest?") (PR
Expand Down
2 changes: 1 addition & 1 deletion pytest_httpbin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 9cdb0f8

Please sign in to comment.