From 932f2a80fc94104c2ca3a70347a12aaa1f31a669 Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Sun, 24 Mar 2013 23:41:19 -0400 Subject: [PATCH] 0.5.13 --- README.md | 2 +- httpretty/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8007ac..17bc076 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # HTTPretty -> Version 0.5.12 +> Version 0.5.13 [![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty) diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 4b24a67..ef3ed46 100644 --- a/httpretty/__init__.py +++ b/httpretty/__init__.py @@ -25,7 +25,7 @@ # OTHER DEALINGS IN THE SOFTWARE. from __future__ import unicode_literals -version = '0.5.12' +version = '0.5.13' import re import inspect