This commit is contained in:
Nate Prewitt
2018-11-08 09:14:10 -08:00
parent c501ec986d
commit 6cfbe1aedd
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -8,6 +8,14 @@ dev
- \[Short description of non-trivial change.\]
2.20.1 (2018-11-08)
-------------------
**Bugfixes**
- Fixed bug with unintended Authorization header stripping for
redirects using default ports (http/80, https/443).
2.20.0 (2018-10-18)
-------------------
+2 -2
View File
@@ -5,8 +5,8 @@
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
__version__ = '2.20.0'
__build__ = 0x022000
__version__ = '2.20.1'
__build__ = 0x022001
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'