File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
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.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
+
10
21
2.28.1 (2022-06-29)
11
22
-------------------
12
23
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.1 "
9
- __build__ = 0x022801
8
+ __version__ = "2.28.2 "
9
+ __build__ = 0x022802
10
10
__author__ = "Kenneth Reitz"
11
11
__author_email__ = "[email protected] "
12
12
__license__ = "Apache 2.0"
13
- __copyright__ = "Copyright 2022 Kenneth Reitz"
13
+ __copyright__ = "Copyright Kenneth Reitz"
14
14
__cake__ = "\u2728 \U0001f370 \u2728 "
You can’t perform that action at this time.
0 commit comments