From: Kenneth Reitz Date: Sat, 5 Nov 2011 03:26:31 +0000 (-0400) Subject: v0.7.5 X-Git-Tag: v0.7.5~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2bae57e0a6c764b1b28b3bbb1b3b0cd1cc9b4f14;p=services%2Fpython-requests.git v0.7.5 --- diff --git a/HISTORY.rst b/HISTORY.rst index b32181e..c23ead2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ------- +0.7.5 (2001-11-04) +++++++++++++++++++ + +* Response.content = None if there was an invalid repsonse. + 0.7.4 (2011-10-26) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index cd7d9d7..6699ac5 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.7.4' -__build__ = 0x000704 +__version__ = '0.7.5' +__build__ = 0x000705 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'