summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-05-21 01:54:37 +0200
committerGabriel Falcão <gabriel@nacaolivre.org>2021-05-21 01:54:37 +0200
commit47658d790fb70fd211a868a645f91fc88458892f (patch)
tree721ccb763484d635601c45dc67adcc7a0c31aaff
parentaa7f720bf13a7e4df2c667a030a1504a31af7543 (diff)
parentff23b127673f60fb7e8fd8372051954f3191d284 (diff)
downloadhttpretty-fix/425/duplicates.tar.gz
Merge branch 'master' into fix/425/duplicatesfix/425/duplicates
-rw-r--r--Makefile2
-rw-r--r--README.rst2
-rw-r--r--httpretty/version.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9f8f20a..4d9173d 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ html: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
docs: $(DOCS_INDEX) $(VENV)/bin/sphinx-build
open $(DOCS_INDEX)
-release: | clean unit functional tests html
+release: | clean tests html
@rm -rf dist/*
@./.release
@make pypi
diff --git a/README.rst b/README.rst
index 8faad2f..9818cb7 100644
--- a/README.rst
+++ b/README.rst
@@ -1,4 +1,4 @@
-HTTPretty 1.1.1
+HTTPretty 1.1.2
===============
.. image:: https://github.com/gabrielfalcao/HTTPretty/raw/master/docs/source/_static/logo.svg?sanitize=true
diff --git a/httpretty/version.py b/httpretty/version.py
index 813ff3b..d6588af 100644
--- a/httpretty/version.py
+++ b/httpretty/version.py
@@ -1 +1 @@
-version = '1.1.1'
+version = '1.1.2'