From: Ian Cordasco Date: Tue, 23 Dec 2014 17:54:01 +0000 (-0600) Subject: Bump version to 2.5.1 X-Git-Tag: v2.5.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b83131779c701720a9ae9efae78996277d416269;p=services%2Fpython-requests.git Bump version to 2.5.1 --- diff --git a/requests/__init__.py b/requests/__init__.py index 22cd57d..ac2b06c 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.5.0' -__build__ = 0x020500 +__version__ = '2.5.1' +__build__ = 0x020501 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz'