From b79dea97fd0d24bc1dbe52366565361c08675512 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 15 Nov 2011 09:56:21 -0500 Subject: [PATCH] v0.8.1 --- HISTORY.rst | 6 ++++++ requests/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 05ba2f4..8eecf87 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.8.1 (2011-11-15) +++++++++++++++++++ + +* URL Request path fix +* Proxy fix. +* Timeouts fix. 0.8.0 (2011-11-13) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index e3a9d2a..b42d121 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.8.0' -__build__ = 0x000800 +__version__ = '0.8.1' +__build__ = 0x000801 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz' -- 2.7.4