summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2018-11-04 23:40:41 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2018-11-04 23:40:41 +0100
commit282ce95b2e2ac4e6948cf6005fcb7bda7d7857b3 (patch)
tree9441d4e7f8c52d9ba59fa0413601cdc7bd701a3f
parent162d67f6bb4021685ee8068c6d1c2f4eb9b02f08 (diff)
downloadhttpretty-282ce95b2e2ac4e6948cf6005fcb7bda7d7857b3.tar.gz
New release: 0.9.60.9.6
-rw-r--r--README.rst2
-rw-r--r--httpretty/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0133321..ee3394d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-HTTPretty 0.9.5
+HTTPretty 0.9.6
===============
HTTP Client mocking tool for Python. Provides a full fake TCP socket module. Inspired by `FakeWeb <https://github.com/chrisk/fakeweb>`_
diff --git a/httpretty/version.py b/httpretty/version.py
index cd558f2..54e34e5 100644
--- a/httpretty/version.py
+++ b/httpretty/version.py
@@ -1 +1 @@
-version = '0.9.5'
+version = '0.9.6'