This commit is contained in:
Kenneth Reitz
2012-02-25 23:05:39 -05:00
parent d3b7f98814
commit cfeb485434
2 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,6 +1,14 @@
History
-------
0.10.5 (2012-02-25)
+++++++++++++++++++
* Response body with 0 content-length fix.
* New async.imap.
* Don't fail on netrc.
0.10.4 (2012-02-20)
+++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.10.4'
__build__ = 0x001004
__version__ = '0.10.5'
__build__ = 0x001005
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'