Skip to content

Commit 31a89d9

Browse files
authored
v2.27.1
1 parent 8fa9724 commit 31a89d9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ dev
66

77
- \[Short description of non-trivial change.\]
88

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+
917
2.27.0 (2022-01-03)
1018
-------------------
1119

requests/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
__title__ = 'requests'
66
__description__ = 'Python HTTP for Humans.'
77
__url__ = 'https://requests.readthedocs.io'
8-
__version__ = '2.27.0'
9-
__build__ = 0x022700
8+
__version__ = '2.27.1'
9+
__build__ = 0x022701
1010
__author__ = 'Kenneth Reitz'
1111
__author_email__ = '[email protected]'
1212
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)