Skip to content

Commit 361f1e2

Browse files
authored
Release 1.26.3
1 parent 3179dfd commit 361f1e2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changes
22
=======
33

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+
414
1.26.2 (2020-11-12)
515
-------------------
616

src/urllib3/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is protected via CODEOWNERS
2-
__version__ = "1.26.2"
2+
__version__ = "1.26.3"

0 commit comments

Comments
 (0)