File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 77- \[ Short description of non-trivial change.\]
88
99
10+ 2.28.1 (2022-06-29)
11+ -------------------
12+
13+ ** Improvements**
14+
15+ - Speed optimization in ` iter_content ` with transition to ` yield from ` . (#6170 )
16+
17+ ** Dependencies**
18+
19+ - Added support for chardet 5.0.0 (#6179 )
20+ - Added support for charset-normalizer 2.1.0 (#6169 )
21+
10222.28.0 (2022-06-09)
1123-------------------
1224
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.28.0 "
9- __build__ = 0x022800
8+ __version__ = "2.28.1 "
9+ __build__ = 0x022801
1010__author__ = "Kenneth Reitz"
1111__author_email__ = "me@kennethreitz.org"
1212__license__ = "Apache 2.0"
You can’t perform that action at this time.
0 commit comments