Skip to content

Commit

Permalink
update changelog and docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed May 14, 2021
1 parent 397c127 commit 6b51cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def read_version():
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(),
Expand Down

0 comments on commit 6b51cbf

Please sign in to comment.