From: hyokeun Date: Wed, 11 Nov 2015 01:16:03 +0000 (+0900) Subject: Internal release 2.0.2 X-Git-Tag: submit/devel/20190730.075504~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=712e4704b47e41de955fa91305c72e1e18d3f237;p=services%2Fpython-requests.git Internal release 2.0.2 Change-Id: I79762ab7129a5b5e0d846b76f31326f6ecb62a7e --- 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'