From a2e41ba1f1ae81b2ed224030df908a1432ad435e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 Aug 2016 11:06:58 -0400 Subject: [PATCH] v2.11.0 --- HISTORY.rst | 2 +- requests/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 69a6318d..21a093ed 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -2.11.0 (2016-08-XX) +2.11.0 (2016-08-08) +++++++++++++++++++ **Improvements** diff --git a/requests/__init__.py b/requests/__init__.py index aea1fbf2..abcdaaa8 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -41,8 +41,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.10.0' -__build__ = 0x021000 +__version__ = '2.11.0' +__build__ = 0x021100 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2016 Kenneth Reitz'