From 370891df08d01a0a1da3253ddca710e68f08f742 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 24 Oct 2015 17:01:59 -1000 Subject: [PATCH] bump version --- README.md | 2 ++ pytest_httpbin/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8795f0..03c4adb 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ tox ## Changelog +* 0.1.1: + * Fix weird hang with SSL on pypy (again) * 0.1.0: * Update server to use multithreaded werkzeug server * 0.0.7: diff --git a/pytest_httpbin/version.py b/pytest_httpbin/version.py index b794fd4..df9144c 100644 --- a/pytest_httpbin/version.py +++ b/pytest_httpbin/version.py @@ -1 +1 @@ -__version__ = '0.1.0' +__version__ = '0.1.1'