We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3179dfd commit 361f1e2Copy full SHA for 361f1e2
CHANGES.rst
@@ -1,6 +1,16 @@
1
Changes
2
=======
3
4
+1.26.3 (2021-01-26)
5
+-------------------
6
+
7
+* Fixed bytes and string comparison issue with headers (Pull #2141)
8
9
+* Changed ``ProxySchemeUnknown`` error message to be
10
+ more actionable if the user supplies a proxy URL without
11
+ a scheme. (Pull #2107)
12
13
14
1.26.2 (2020-11-12)
15
-------------------
16
src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
-__version__ = "1.26.2"
+__version__ = "1.26.3"
0 commit comments