This commit is contained in:
Kenneth Reitz
2012-02-20 13:49:06 -05:00
parent 2c55d269ce
commit 709c8bdcbf
2 changed files with 5 additions and 5 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
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)
+++++++++++++++++++
+2 -3
View File
@@ -15,14 +15,13 @@ requests
"""
__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