From: Kenneth Reitz Date: Tue, 8 May 2012 05:21:48 +0000 (-0400) Subject: gah X-Git-Tag: v0.13.0~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3a928c7f173ceab284a3e01ded04c1d0fd91189;p=services%2Fpython-requests.git gah --- diff --git a/requests/__init__.py b/requests/__init__.py index 38e5bc6..483ac87 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,7 +15,7 @@ requests """ __title__ = 'requests' -__version__ = '0.12.01' +__version__ = '0.12.1' __build__ = 0x001201 __author__ = 'Kenneth Reitz' __license__ = 'ISC'