From: Kenneth Reitz Date: Mon, 6 Oct 2014 09:44:25 +0000 (-0400) Subject: v2.4.3 X-Git-Tag: v2.4.3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46d646064ca0836a7d7b4d50ea2c762d12ff8ce1;p=services%2Fpython-requests.git v2.4.3 --- diff --git a/requests/__init__.py b/requests/__init__.py index 169a6cd..d5e1956 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at . """ __title__ = 'requests' -__version__ = '2.4.2' -__build__ = 0x020402 +__version__ = '2.4.3' +__build__ = 0x020403 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2014 Kenneth Reitz'