This commit is contained in:
Kenneth Reitz
2011-11-15 09:56:21 -05:00
parent 4504953212
commit b79dea97fd
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,6 +1,12 @@
History
-------
0.8.1 (2011-11-15)
++++++++++++++++++
* URL Request path fix
* Proxy fix.
* Timeouts fix.
0.8.0 (2011-11-13)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.8.0'
__build__ = 0x000800
__version__ = '0.8.1'
__build__ = 0x000801
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'