From: Kenneth Reitz Date: Sun, 23 Oct 2011 20:56:47 +0000 (-0400) Subject: v0.7.3 X-Git-Tag: v0.7.3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0008b035e2204ea7d1df5d62bd009e51df44aa17;p=services%2Fpython-requests.git v0.7.3 --- diff --git a/HISTORY.rst b/HISTORY.rst index 6cb5662..1edef63 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.7.3 (2011-10-23) +++++++++++++++++++ + +* Digest Auth fix. + + 0.7.2 (2011-10-23) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 5723dc4..fd8853d 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.7.2' -__build__ = 0x000702 +__version__ = '0.7.3' +__build__ = 0x000703 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'