From b5bae7635c95224f7b6b59ff49596809b55e6de2 Mon Sep 17 00:00:00 2001 From: Gabriel Falcao Date: Sun, 7 Jul 2013 22:37:36 -0400 Subject: [PATCH] New release: 0.6.3 --- httpretty/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpretty/__init__.py b/httpretty/__init__.py index 234580f..81e12c2 100644 --- a/httpretty/__init__.py +++ b/httpretty/__init__.py @@ -25,7 +25,7 @@ # OTHER DEALINGS IN THE SOFTWARE. from __future__ import unicode_literals -__version__ = version = '0.6.2' +__version__ = version = '0.6.3' import sys