We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de4f10 commit c2b307dCopy full SHA for c2b307d
HISTORY.md
@@ -6,6 +6,17 @@ dev
6
7
- \[Short description of non-trivial change.\]
8
9
+2.25.1 (2020-12-16)
10
+-------------------
11
+
12
+**Bugfixes**
13
14
+- Requests now treats `application/json` as `utf8` by default. Resolving
15
+ inconsistencies between `r.text` and `r.json` output. (#5673)
16
17
+**Dependencies**
18
19
+- Requests now supports chardet v4.x.
20
21
2.25.0 (2020-11-11)
22
------------------
requests/__version__.py
@@ -5,8 +5,8 @@
5
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'https://requests.readthedocs.io'
-__version__ = '2.25.0'
-__build__ = 0x022500
+__version__ = '2.25.1'
+__build__ = 0x022501
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'
0 commit comments