Skip to content

Commit

Permalink
Release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 20, 2023
1 parent d41f412 commit d9f85a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,10 @@
2.0.5 (2023-09-20)
==================

- Allowed pyOpenSSL third-party module without any deprecation warning. (`#3126 <https://github.com/urllib3/urllib3/issues/3126>`__)
- Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB. (`#3066 <https://github.com/urllib3/urllib3/issues/3066>`__)


2.0.4 (2023-07-19)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/3066.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3126.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/urllib3/_version.py
@@ -1,4 +1,4 @@
# This file is protected via CODEOWNERS
from __future__ import annotations

__version__ = "2.0.4"
__version__ = "2.0.5"

0 comments on commit d9f85a7

Please sign in to comment.