File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- \[ Short description of non-trivial change.\]
8
8
9
+ 2.32.1 (2024-05-20)
10
+ -------------------
11
+
12
+ ** Bugfixes**
13
+ - Add missing test certs to the sdist distributed on PyPI.
14
+
15
+
9
16
2.32.0 (2024-05-20)
10
17
-------------------
11
18
Original file line number Diff line number Diff line change 1
1
include README.md LICENSE NOTICE HISTORY.md requirements-dev.txt
2
2
recursive-include tests *.py
3
+ recursive-include tests/certs *
Original file line number Diff line number Diff line change 5
5
__title__ = "requests"
6
6
__description__ = "Python HTTP for Humans."
7
7
__url__ = "https://requests.readthedocs.io"
8
- __version__ = "2.32.0 "
9
- __build__ = 0x023200
8
+ __version__ = "2.32.1 "
9
+ __build__ = 0x023201
10
10
__author__ = "Kenneth Reitz"
11
11
__author_email__ = "[email protected] "
12
12
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments