Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Jul 6, 2014
1 parent 7856259 commit 75ca08e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ pip install tox
tox
```

## Changelog

* 0.0.2: Fixed a couple bugs with the wsgiref server to bring behavior in line
with httpbin.org, thanks @jakubroztocil for the bug reports
* 0.0.1: Initial release

## License

The MIT License (MIT)
Expand Down
2 changes: 1 addition & 1 deletion pytest_httpbin/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.0.2'

0 comments on commit 75ca08e

Please sign in to comment.