We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4a3fe commit d161647Copy full SHA for d161647
CHANGES.rst
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
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
13
1.26.4 (2021-03-15)
14
-------------------
15
src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
-__version__ = "1.26.4"
+__version__ = "1.26.5"
0 commit comments