Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Oct 28, 2017
1 parent 22f3426 commit ddcb2f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ tox

## Changelog

* unreleased:
* Allow to run httpbin on fixed port using environment variables
* 0.3.0
* Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
* Allow server to be thread.join()ed (thanks @graingert)
* Add support for Python 3.6 (thanks @graingert)
* 0.2.3:
* Another attempt to fix #32 (Rare bug, only happens on Travis)
* 0.2.2:
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.2.3'
__version__ = '0.3.0'

0 comments on commit ddcb2f2

Please sign in to comment.