version bump (v0.4.1)
authorKenneth Reitz <me@kennethreitz.com>
Sun, 22 May 2011 18:13:49 +0000 (14:13 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 22 May 2011 18:13:49 +0000 (14:13 -0400)
HISTORY.rst
requests/core.py

index 7db8f4a..c119319 100644 (file)
@@ -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
index c5ac383..7f3d723 100644 (file)
@@ -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'