summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Falcão <gabriel@nacaolivre.org>2021-05-14 02:09:37 +0200
committerGabriel Falcão <gabriel@nacaolivre.org>2021-05-14 02:09:37 +0200
commit6b51cbf4343ba98ba9f46313abfbd908830f4be3 (patch)
tree25f72df072bbdf276d34b8a5361a22474de96c65
parent397c12797e6f8de7de5ecbcbcc67e47ba044d83d (diff)
downloadhttpretty-6b51cbf4343ba98ba9f46313abfbd908830f4be3.tar.gz
update changelog and docs url
-rw-r--r--docs/source/changelog.rst2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
index 2ed9a7d..c36174a 100644
--- a/docs/source/changelog.rst
+++ b/docs/source/changelog.rst
@@ -6,7 +6,7 @@ Release 1.1.1
- Bugfix: `httpretty.disable()` injects pyopenssl into :py:mod:`urllib3` even if it originally wasn't `#417 <https://github.com/gabrielfalcao/HTTPretty/issues/417>`_
- Bugfix: "Incompatibility with boto3 S3 put_object" `#416 <https://github.com/gabrielfalcao/HTTPretty/issues/416>`_
-- Bugfix: "Regular expression for URL -> TypeError: wrap_socket() missing 1 required" `#423 <https://github.com/gabrielfalcao/HTTPretty/issues/423>`_
+- Bugfix: "Regular expression for URL -> TypeError: wrap_socket() missing 1 required" `#413 <https://github.com/gabrielfalcao/HTTPretty/issues/413>`_
- Bugfix: "Making requests to non-stadard port throws TimeoutError "`#387 <https://github.com/gabrielfalcao/HTTPretty/issues/387>`_
diff --git a/setup.py b/setup.py
index d74c4fb..b0f5a56 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ setup(
long_description=local_file('README.rst'),
author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org',
- url='https://httpretty.readthedocs.io',
+ url='https://httpretty.readthedocs.io/en/latest/',
zip_safe=False,
packages=find_packages(exclude=['*tests*']),
tests_require=local_file('development.txt').splitlines(),