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 7
7
- \[ Short description of non-trivial change.\]
8
8
9
9
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
+
10
22
2.28.0 (2022-06-09)
11
23
-------------------
12
24
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.28.0 "
9
- __build__ = 0x022800
8
+ __version__ = "2.28.1 "
9
+ __build__ = 0x022801
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