Skip to content

Commit a3d7cf3

Browse files
committed
v2.18.4
1 parent 3c5ecfc commit a3d7cf3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

HISTORY.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
Release History
44
---------------
55

6-
dev
7-
+++
6+
2.18.4 (2017-08-15)
7+
+++++++++++++++++++
88

99
**Improvements**
10-
- Error messages for invalid headers now include the header name for easier debugging
1110

12-
**Bugfixes**
11+
- Error messages for invalid headers now include the header name for easier debugging
1312

1413
**Dependencies**
1514

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__ = 'http://python-requests.org'
8-
__version__ = '2.18.3'
9-
__build__ = 0x021803
8+
__version__ = '2.18.4'
9+
__build__ = 0x021804
1010
__author__ = 'Kenneth Reitz'
1111
__author_email__ = 'me@kennethreitz.org'
1212
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)