v0.10.5 v0.10.5
authorKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 04:05:39 +0000 (23:05 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 26 Feb 2012 04:05:39 +0000 (23:05 -0500)
HISTORY.rst
requests/__init__.py

index d6b8f49..84ce4a6 100644 (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)
 +++++++++++++++++++
 
index 997781f..0c96ec2 100644 (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'