8000 Release 1.26.18 (#3159) · urllib3/urllib3@9c2c230 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c2c230

Browse files
authored
Release 1.26.18 (#3159)
1 parent b594c5c commit 9c2c230

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3"
6+
python: "3.11"
77

88
python:
99
install:

CHANGES.rst

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

4+
1.26.18 (2023-10-17)
5+
--------------------
6+
7+
* Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.
8+
9+
410
1.26.17 (2023-10-02)
511
--------------------
612

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.17"
2+
__version__ = "1.26.18"

0 commit comments

Comments
 (0)
0