This commit is contained in:
Kenneth Reitz
2012-01-06 01:10:53 -05:00
parent c6fc7d99b5
commit 638532dd9a
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -2,6 +2,12 @@ History
-------
0.9.1 (2012-01-06)
++++++++++++++++++
* danger_mode for automatic Response.raise_for_status()
* Response.iter_lines refator
0.9.0 (2011-12-28)
++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.9.0'
__build__ = 0x000900
__version__ = '0.9.1'
__build__ = 0x000901
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'