Skip to content

Commit 61c324d

Browse files
authored
v2.28.2
1 parent eb07385 commit 61c324d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ dev
77
- \[Short description of non-trivial change.\]
88

99

10+
2.28.2 (2023-01-12)
11+
-------------------
12+
13+
**Dependencies**
14+
15+
- Requests now supports charset\_normalizer 3.x. (#6261)
16+
17+
**Bugfixes**
18+
19+
- Updated MissingSchema exception to suggest https scheme rather than http. (#6188)
20+
1021
2.28.1 (2022-06-29)
1122
-------------------
1223

requests/__version__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
__title__ = "requests"
66
__description__ = "Python HTTP for Humans."
77
__url__ = "https://requests.readthedocs.io"
8-
__version__ = "2.28.1"
9-
__build__ = 0x022801
8+
__version__ = "2.28.2"
9+
__build__ = 0x022802
1010
__author__ = "Kenneth Reitz"
1111
__author_email__ = "[email protected]"
1212
__license__ = "Apache 2.0"
13-
__copyright__ = "Copyright 2022 Kenneth Reitz"
13+
__copyright__ = "Copyright Kenneth Reitz"
1414
__cake__ = "\u2728 \U0001f370 \u2728"

0 commit comments

Comments
 (0)