summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY.rst10
-rw-r--r--requests/__init__.py4
2 files changed, 12 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 035ab78d..c54fc019 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -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)
+++++++++++++++++++
diff --git a/requests/__init__.py b/requests/__init__.py
index 303ba4ca..d79fe321 100644
--- a/requests/__init__.py
+++ b/requests/__init__.py
@@ -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'