This commit is contained in:
Kenneth Reitz
2011-11-04 23:26:31 -04:00
parent f7968b6797
commit 2bae57e0a6
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,6 +1,11 @@
History
-------
0.7.5 (2001-11-04)
++++++++++++++++++
* Response.content = None if there was an invalid repsonse.
0.7.4 (2011-10-26)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.7.4'
__build__ = 0x000704
__version__ = '0.7.5'
__build__ = 0x000705
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'