This commit is contained in:
Kenneth Reitz
2012-01-30 09:41:09 -05:00
parent 2f13956357
commit 986704dc62
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -79,3 +79,4 @@ Patches and Suggestions
- Ben Toews (mastahyeti)
- David Kemp
- Brendon Crawford
- Denis (Telofy)
+9
View File
@@ -1,6 +1,15 @@
History
-------
0.10.2
++++++
* Attmpted fix for "Too many open files" Error
* Replace unicode errors on first pass, no need for second pass.
* Append '/' to bare-domain urls before query insertion.
* Bugfixes.
0.10.1 (2012-01-23)
+++++++++++++++++++
+2 -2
View File
@@ -15,8 +15,8 @@ requests
"""
__title__ = 'requests'
__version__ = '0.10.1'
__build__ = 0x001001
__version__ = '0.10.2'
__build__ = 0x001002
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 Kenneth Reitz'