From: Kenneth Reitz Date: Sun, 22 May 2011 18:13:49 +0000 (-0400) Subject: version bump (v0.4.1) X-Git-Tag: v0.4.1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=670c4aecdde6232f2f487564a4ccac70f9cc7002;p=services%2Fpython-requests.git version bump (v0.4.1) --- diff --git a/HISTORY.rst b/HISTORY.rst index 7db8f4a..c119319 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 c5ac383..7f3d723 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'