Skip to content

Commit 4d39457

Browse files
authored
v2.28.1
1 parent 16b418b commit 4d39457

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ dev
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+
1022
2.28.0 (2022-06-09)
1123
-------------------
1224

requests/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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__ = "[email protected]"
1212
__license__ = "Apache 2.0"

0 commit comments

Comments
 (0)