We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa9724 commit 31a89d9Copy full SHA for 31a89d9
HISTORY.md
@@ -6,6 +6,14 @@ dev
6
7
- \[Short description of non-trivial change.\]
8
9
+2.27.1 (2022-01-05)
10
+-------------------
11
+
12
+**Bugfixes**
13
14
+- Fixed parsing issue that resulted in the `auth` component being
15
+ dropped from proxy URLs. (#6028)
16
17
2.27.0 (2022-01-03)
18
-------------------
19
requests/__version__.py
@@ -5,8 +5,8 @@
5
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'https://requests.readthedocs.io'
-__version__ = '2.27.0'
-__build__ = 0x022700
+__version__ = '2.27.1'
+__build__ = 0x022701
__author__ = 'Kenneth Reitz'
__author_email__ = '[email protected]'
__license__ = 'Apache 2.0'
0 commit comments