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 1dfa631 commit 16c8241Copy full SHA for 16c8241
HISTORY.rst
@@ -3,6 +3,11 @@
3
Release History
4
---------------
5
6
+2.16.5 (2017-05-28)
7
++++++++++++++++++++
8
+
9
+- Improvements to ``$ python -m requests.help``.
10
11
2.16.4 (2017-05-27)
12
+++++++++++++++++++
13
requests/__version__.py
@@ -5,8 +5,8 @@
__title__ = 'requests'
__description__ = 'Python HTTP for Humans.'
__url__ = 'http://python-requests.org'
-__version__ = '2.16.4'
-__build__ = 0x021604
+__version__ = '2.16.5'
+__build__ = 0x021605
__author__ = 'Kenneth Reitz'
__author_email__ = 'me@kennethreitz.org'
__license__ = 'Apache 2.0'
0 commit comments