Skip to content

Commit 16c8241

Browse files
committed
v2.16.5
1 parent 1dfa631 commit 16c8241

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Release History
44
---------------
55

6+
2.16.5 (2017-05-28)
7+
+++++++++++++++++++
8+
9+
- Improvements to ``$ python -m requests.help``.
10+
611
2.16.4 (2017-05-27)
712
+++++++++++++++++++
813

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.16.4'
9-
__build__ = 0x021604
8+
__version__ = '2.16.5'
9+
__build__ = 0x021605
1010
__author__ = 'Kenneth Reitz'
1111
__author_email__ = 'me@kennethreitz.org'
1212
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)