v0.6.2 v0.6.2
authorKenneth Reitz <me@kennethreitz.com>
Sun, 9 Oct 2011 11:11:48 +0000 (07:11 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 9 Oct 2011 11:11:48 +0000 (07:11 -0400)
HISTORY.rst
requests/core.py

index b09392b5e9af46131ced2a5f5ad6fb5695dd1778..fbd4a72620c65f8d6c31ff4e5783c39f27b01fd6 100644 (file)
@@ -1,6 +1,11 @@
 History
 -------
 
+0.6.2 (2011-10-09)
+++++++++++++++++++
+
+* GET/HEAD obeys follow_redirect=False
+
 
 0.6.1 (2011-08-20)
 ++++++++++++++++++
index 8ba34a2fbc79e3cdd1b9be5b5e47eae16eba94ff..505f8a24b7eec3f355658254b658ec64e3003add 100644 (file)
@@ -12,8 +12,8 @@ This module implements the main Requests system.
 """
 
 __title__ = 'requests'
-__version__ = '0.6.1'
-__build__ = 0x000601
+__version__ = '0.6.2'
+__build__ = 0x000602
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'