Skip to content

Commit 970e8ce

Browse files
authored
v2.32.1
1 parent d6ebc4a commit 970e8ce

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ dev
66

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

9+
2.32.1 (2024-05-20)
10+
-------------------
11+
12+
**Bugfixes**
13+
- Add missing test certs to the sdist distributed on PyPI.
14+
15+
916
2.32.0 (2024-05-20)
1017
-------------------
1118

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include README.md LICENSE NOTICE HISTORY.md requirements-dev.txt
22
recursive-include tests *.py
3+
recursive-include tests/certs *

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.0"
9-
__build__ = 0x023200
8+
__version__ = "2.32.1"
9+
__build__ = 0x023201
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "[email protected]"
1212
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)