This commit is contained in:
Kenneth Reitz
2012-06-07 22:09:01 -04:00
parent 404585ce8c
commit 7c2306baec
2 changed files with 6 additions and 5 deletions
+4 -3
View File
@@ -3,11 +3,12 @@
History
-------
0.13.1 (2012-06-??)
0.13.1 (2012-06-07)
+++++++++++++++++++
- Allow hooks to return responses that indicate errors
-
- Allow passing a file or file-like object as data.
- Allow hooks to return responses that indicate errors.
- Fix Response.text and Response.json for body-less responses.
0.13.0 (2012-05-29)
+++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.13.0'
__build__ = 0x001300
__version__ = '0.13.1'
__build__ = 0x001301
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'