File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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+
9162.32.0 (2024-05-20)
1017-------------------
1118
Original file line number Diff line number Diff line change 11include README.md LICENSE NOTICE HISTORY.md requirements-dev.txt
22recursive-include tests *.py
3+ recursive-include tests/certs *
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments