This commit is contained in:
Kenneth Reitz
2012-08-06 02:45:52 -04:00
parent b13c24d7b9
commit fc6ddfd78a
2 changed files with 12 additions and 2 deletions
+10
View 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)
+++++++++++++++++++
+2 -2
View 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'