From e15834da8eb69e57a024ba205c5483e53ce39d16 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Oct 2011 15:40:10 -0400 Subject: [PATCH] v0.7.2 --- HISTORY.rst | 6 ++++++ requests/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a6a02da..6cb5662 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.7.2 (2011-10-23) +++++++++++++++++++ + +* PATCH Fix. + + 0.7.1 (2011-10-23) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index bf699c5..5723dc4 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.7.1' -__build__ = 0x000701 +__version__ = '0.7.2' +__build__ = 0x000702 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.34.1