Skip to content

Commit d161647

Browse files
authored
Release 1.26.5
1 parent 2d4a3fe commit d161647

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changes
22
=======
33

4+
1.26.5 (2021-05-26)
5+
-------------------
6+
7+
* Fixed deprecation warnings emitted in Python 3.10.
8+
* Updated vendored ``six`` library to 1.16.0.
9+
* Improved performance of URL parser when splitting
10+
the authority component.
11+
12+
413
1.26.4 (2021-03-15)
514
-------------------
615

src/urllib3/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is protected via CODEOWNERS
2-
__version__ = "1.26.4"
2+
__version__ = "1.26.5"

0 commit comments

Comments
 (0)