From: Ian Cordasco Date: Mon, 1 Dec 2014 23:03:24 +0000 (-0600) Subject: Bump version to 2.5.0 X-Git-Tag: v2.5.0^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33b25176b86efcfa79bc93bae9be8e4affc48262;p=services%2Fpython-requests.git Bump version to 2.5.0 --- diff --git a/requests/__init__.py b/requests/__init__.py index d5e1956..22cd57d 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.4.3' -__build__ = 0x020403 +__version__ = '2.5.0' +__build__ = 0x020500 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz'