Skip to content

Commit ddcb2f2

Browse files
committed
bump version
1 parent 22f3426 commit ddcb2f2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ tox
125125

126126
## Changelog
127127

128-
* unreleased:
129-
* Allow to run httpbin on fixed port using environment variables
128+
* 0.3.0
129+
* Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
130+
* Allow server to be thread.join()ed (thanks @graingert)
131+
* Add support for Python 3.6 (thanks @graingert)
130132
* 0.2.3:
131133
* Another attempt to fix #32 (Rare bug, only happens on Travis)
132134
* 0.2.2:

pytest_httpbin/version.py

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

0 commit comments

Comments
 (0)