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 035ab78..c54fc01 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 303ba4c..d79fe32 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'