diff options
| author | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-02-18 00:32:18 -0500 |
|---|---|---|
| committer | Gabriel Falcao <gabriel@nacaolivre.org> | 2013-02-18 00:32:18 -0500 |
| commit | 5a70544208d366e2efd8bbcf0bb50b2349a5c300 (patch) | |
| tree | aa1ac2c913227e4a6982f342401b45f3dcc2a343 | |
| parent | 9457629ab58db5f0732d0e674fc3cff648fcd88c (diff) | |
| download | httpretty-5a70544208d366e2efd8bbcf0bb50b2349a5c300.tar.gz | |
releasing 0.5.9 with py3k fixes0.5.9
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | httpretty/__init__.py | 2 | ||||
| -rw-r--r-- | requirements.pip | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ # HTTPretty -> Version 0.5.8 +> Version 0.5.9 [](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 |
