summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcao <gabriel@nacaolivre.org>2013-02-18 00:32:18 -0500
committerGabriel Falcao <gabriel@nacaolivre.org>2013-02-18 00:32:18 -0500
commit5a70544208d366e2efd8bbcf0bb50b2349a5c300 (patch)
treeaa1ac2c913227e4a6982f342401b45f3dcc2a343
parent9457629ab58db5f0732d0e674fc3cff648fcd88c (diff)
downloadhttpretty-5a70544208d366e2efd8bbcf0bb50b2349a5c300.tar.gz
releasing 0.5.9 with py3k fixes0.5.9
-rw-r--r--README.md4
-rw-r--r--httpretty/__init__.py2
-rw-r--r--requirements.pip2
3 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 788bd06..de6de25 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
# HTTPretty
-> Version 0.5.8
+> Version 0.5.9
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/HTTPretty.png)](http://travis-ci.org/gabrielfalcao/HTTPretty)
-# New in version 0.5.8
+# New in version 0.5.9
* Support to [register regular expressions to match urls](#matching-regular-expressions)
* [Body callback](#dynamic-responses-through-callbacks) suppport
diff --git a/httpretty/__init__.py b/httpretty/__init__.py
index 03e624f..bb4b341 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.8'
+version = '0.5.9'
import re
import inspect
diff --git a/requirements.pip b/requirements.pip
index 7583b16..d137038 100644
--- a/requirements.pip
+++ b/requirements.pip
@@ -7,7 +7,7 @@ nose==1.2.1
py==1.4.12
requests==1.1.0
steadymark==0.4.5
-sure==1.1.3
+sure>=1.1.7
tornado==2.4
tox==1.4.2
virtualenv==1.8.2