Skip to content

Commit 0e322af

Browse files
authored
v2.32.3
1 parent e188799 commit 0e322af

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

HISTORY.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ dev
66

77
- \[Short description of non-trivial change.\]
88

9-
2.32.3 (2024-05-24)
9+
2.32.3 (2024-05-29)
1010
-------------------
1111

1212
**Bugfixes**
13-
- Fix bug breaking the ability to specify custom SSLContexts in sub-classes of
13+
- Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of
1414
HTTPAdapter. (#6716)
15+
- Fixed issue where Requests started failing to run on Python versions compiled
16+
without the `ssl` module. (#6724)
1517

1618
2.32.2 (2024-05-21)
1719
-------------------

src/requests/__version__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
__title__ = "requests"
66
__description__ = "Python HTTP for Humans."
77
__url__ = "https://requests.readthedocs.io"
8-
__version__ = "2.32.2"
9-
__build__ = 0x023202
8+
__version__ = "2.32.3"
9+
__build__ = 0x023203
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "[email protected]"
1212
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)