v0.13.6 v0.13.6
authorKenneth Reitz <me@kennethreitz.com>
Mon, 6 Aug 2012 06:45:52 +0000 (02:45 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 6 Aug 2012 06:45:52 +0000 (02:45 -0400)
HISTORY.rst
requests/__init__.py

index 035ab78df6c3c0ff420eb40c9a6af7c142fdd31d..c54fc019c6cf8937add029f603c94ac483aad920 100644 (file)
@@ -3,6 +3,16 @@
 History
 -------
 
+0.13.6 (2012-08-06)
++++++++++++++++++++
+
+- Long awaited fix for hanging connections!
+
+0.13.5 (2012-07-27)
++++++++++++++++++++
+
+- Packaging fix
+
 0.13.4 (2012-07-27)
 +++++++++++++++++++
 
index 303ba4ca93194b563c34eb0c8df350ad513db0cd..d79fe321f81d15ae37735e29a3a1ab72138d68eb 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.13.5'
-__build__ = 0x001305
+__version__ = '0.13.6'
+__build__ = 0x001306
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'