From a83268b01b1784799b6c32e725dabbde488f0b76 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 28 Dec 2011 03:01:36 -0500 Subject: [PATCH] v0.8.8 release --- requests/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requests/__init__.py b/requests/__init__.py index 847f046..2bfce3e 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.8.7' -__build__ = 0x000807 +__version__ = '0.8.8' +__build__ = 0x000808 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.34.1