We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5ecfc commit a3d7cf3Copy full SHA for a3d7cf3
HISTORY.rst
@@ -3,13 +3,12 @@
3
Release History
4
---------------
5
6
-dev
7
-+++
+2.18.4 (2017-08-15)
++++++++++++++++++++
8
9
**Improvements**
10
-- Error messages for invalid headers now include the header name for easier debugging
11
12
-**Bugfixes**
+- Error messages for invalid headers now include the header name for easier debugging
13
14
**Dependencies**
15
requests/__version__.py
@@ -5,8 +5,8 @@
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
-__version__ = '2.18.3'
-__build__ = 0x021803
+__version__ = '2.18.4'
+__build__ = 0x021804
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'
0 commit comments