From 670c4aecdde6232f2f487564a4ccac70f9cc7002 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 May 2011 14:13:49 -0400 Subject: [PATCH] version bump (v0.4.1) --- HISTORY.rst | 4 ++-- requests/core.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7db8f4a4..c119319b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ History ------- -0.4.1 -+++++ +0.4.1 (2011-05-22) +++++++++++++++++++ * Improved Redirection Handling * New 'allow_redirects' param for following non-GET/HEAD Redirects diff --git a/requests/core.py b/requests/core.py index c5ac383d..7f3d723a 100644 --- a/requests/core.py +++ b/requests/core.py @@ -12,8 +12,8 @@ This module implements the main Requests system. """ __title__ = 'requests' -__version__ = '0.4.0' -__build__ = 0x000400 +__version__ = '0.4.1' +__build__ = 0x000401 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'