History
-------
-0.10.3
-++++++
+0.10.3 (2012-02-20)
++++++++++++++++++++
* Make Session objects picklable.
* ValueError for invalid schema URLs.
+* raise_for_status() doesn't raise for 3xx anymore.
0.10.2 (2012-01-15)
+++++++++++++++++++
"""
__title__ = 'requests'
-__version__ = '0.10.2'
-__build__ = 0x001002
+__version__ = '0.10.3'
+__build__ = 0x001003
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'
-
from . import utils
from .models import Request, Response
from .api import request, get, head, post, patch, put, delete, options