We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b418b commit 4d39457Copy full SHA for 4d39457
HISTORY.md
@@ -7,6 +7,18 @@ dev
7
- \[Short description of non-trivial change.\]
8
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
22
2.28.0 (2022-06-09)
23
-------------------
24
requests/__version__.py
@@ -5,8 +5,8 @@
5
__title__ = "requests"
6
__description__ = "Python HTTP for Humans."
__url__ = "https://requests.readthedocs.io"
-__version__ = "2.28.0"
-__build__ = 0x022800
+__version__ = "2.28.1"
+__build__ = 0x022801
__author__ = "Kenneth Reitz"
__author_email__ = "[email protected]"
__license__ = "Apache 2.0"
0 commit comments