From eb06f1eec0e6defac3bbe041fa7195cf0ffe2190 Mon Sep 17 00:00:00 2001 From: hyokeun Date: Wed, 11 Nov 2015 10:16:03 +0900 Subject: [PATCH] Internal release 2.0.2 Change-Id: I79762ab7129a5b5e0d846b76f31326f6ecb62a7e --- HISTORY.rst | 5 +++++ packaging/python-requests.spec | 2 +- requests/__init__.py | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 76ab0ce..5c1c95a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,6 +4,11 @@ Release History --------------- +2.0.2 (2015-11-11) +++++++++++++++++++ + +- Remove pytest: The host is not allowing external access. + 2.0.1 (2013-10-24) ++++++++++++++++++ diff --git a/packaging/python-requests.spec b/packaging/python-requests.spec index 7431556..98d56a1 100644 --- a/packaging/python-requests.spec +++ b/packaging/python-requests.spec @@ -17,7 +17,7 @@ Name: python-requests -Version: 2.0.1 +Version: 2.0.2 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests/__init__.py b/requests/__init__.py index 793ac22..9f63a82 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.0.1' -__build__ = 0x020001 +__version__ = '2.0.2' +__build__ = 0x020002 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2013 Kenneth Reitz' -- 2.34.1