summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 00:14:03 +0100
committerGabriel Falcão <gabriel@nacaolivre.org>2021-01-06 00:14:03 +0100
commit3453364f808f035eaf7875a27932de074e047e62 (patch)
treef4ff8bb7afd5098c1c2193ffdf99d02f48cdbec9
parent9f2063482cb3820dcfce9b580269c2817f910704 (diff)
downloadhttpretty-3453364f808f035eaf7875a27932de074e047e62.tar.gz
New release: 1.0.41.0.4
-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 c664f55..e3b42c2 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-HTTPretty 1.0.3
+HTTPretty 1.0.4
===============
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 001c4cb..02192aa 100644
--- a/httpretty/version.py
+++ b/httpretty/version.py
@@ -1 +1 @@
-version = '1.0.3'
+version = '1.0.4'