This commit is contained in:
Kenneth Reitz
2011-10-09 07:11:48 -04:00
parent 98c719f714
commit a8695ecd32
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
History
-------
0.6.2 (2011-10-09)
++++++++++++++++++
* GET/HEAD obeys follow_redirect=False
0.6.1 (2011-08-20)
++++++++++++++++++
+2 -2
View 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'