This commit is contained in:
Kenneth Reitz
2011-10-23 15:40:10 -04:00
parent f1bb25b1ec
commit e15834da8e
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
History
-------
0.7.2 (2011-10-23)
++++++++++++++++++
* PATCH Fix.
0.7.1 (2011-10-23)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.7.1'
__build__ = 0x000701
__version__ = '0.7.2'
__build__ = 0x000702
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'