summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcao <gabriel@nacaolivre.org>2013-02-14 14:44:45 -0500
committerGabriel Falcao <gabriel@nacaolivre.org>2013-02-14 14:44:45 -0500
commit8abadaad998638ef49fc63753ea330c898b603cd (patch)
treea72903486e4798553cd7e6eae92c4445f5d2dc5e
parentf61651903868ac93e33c6b939a414a660ce3fcd1 (diff)
downloadhttpretty-8abadaad998638ef49fc63753ea330c898b603cd.tar.gz
0.5.80.5.8
-rw-r--r--README.md2
-rw-r--r--httpretty/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1e0d2dd..d0a2893 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# HTTPretty
-> Version 0.5.7
+> Version 0.5.8
[![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 6a75ce4..1a9a4f4 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.5.7'
+version = '0.5.8'
import re
import inspect