summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2020-03-26 14:14:08 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2020-03-26 14:14:08 +0100
commitcd6559d8001bb21163c6d66436e482fc043131ce (patch)
tree6b2198a827231b1290d746afff83e851b67e4716
parent3648bed69a5d750a243010291f6a8666a8e7a602 (diff)
downloadhttpretty-cd6559d8001bb21163c6d66436e482fc043131ce.tar.gz
New release: 1.0.21.0.2
-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 517a352..e806b3c 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-HTTPretty 1.0.1
+HTTPretty 1.0.2
===============
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 20ab5a9..4eda78c 100644
--- a/httpretty/version.py
+++ b/httpretty/version.py
@@ -1 +1 @@
-version = '1.0.1'
+version = '1.0.2'