We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f3426 commit ddcb2f2Copy full SHA for ddcb2f2
README.md
@@ -125,8 +125,10 @@ tox
125
126
## Changelog
127
128
-* unreleased:
129
- * 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)
130
+ * Allow server to be thread.join()ed (thanks @graingert)
131
+ * Add support for Python 3.6 (thanks @graingert)
132
* 0.2.3:
133
* Another attempt to fix #32 (Rare bug, only happens on Travis)
134
* 0.2.2:
pytest_httpbin/version.py
@@ -1 +1 @@
1
-__version__ = '0.2.3'
+__version__ = '0.3.0'
0 commit comments