From 49b36726e0bd93c25a2c53fb883e09bb788382cc Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Thu, 8 Nov 2012 00:00:15 -0500 Subject: [PATCH] 0.5 release --- README.md | 4 ++-- httpretty/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2162d42..783367b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # HTTPretty -> Version 0.4 +> Version 0.5 [![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty) # changes -## version 0.4 +## version 0.5 * supporting `https` (SSL'ed URLs) diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 6c028b4..5183fb6 100644 --- a/httpretty/__init__.py +++ b/httpretty/__init__.py @@ -23,7 +23,7 @@ # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -version = '0.4' +version = '0.5' import re import socket