Skip to content

Commit c2b307d

Browse files
committed
v2.25.1
1 parent 6de4f10 commit c2b307d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ dev
66

77
- \[Short description of non-trivial change.\]
88

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.
920

1021
2.25.0 (2020-11-11)
1122
------------------

requests/__version__.py

+2-2
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.25.0'
9-
__build__ = 0x022500
8+
__version__ = '2.25.1'
9+
__build__ = 0x022501
1010
__author__ = 'Kenneth Reitz'
1111
__author_email__ = 'me@kennethreitz.org'
1212
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)