v0.10.2
authorKenneth Reitz <me@kennethreitz.com>
Mon, 30 Jan 2012 14:41:09 +0000 (09:41 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 30 Jan 2012 14:41:09 +0000 (09:41 -0500)
AUTHORS.rst
HISTORY.rst
requests/__init__.py

index 7a8c5addd117b1fd9113ace9969dfa2e156875a6..3e72f34d66f9ccce4541874afd65cded30ae4bc8 100644 (file)
@@ -79,3 +79,4 @@ Patches and Suggestions
 - Ben Toews (mastahyeti)
 - David Kemp
 - Brendon Crawford
+- Denis (Telofy)
index bf824bd6c4c9e10bef0c7d14154ba539321a7448..916c8e356055a398ab41f9c8c342a419e42065fe 100644 (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)
 +++++++++++++++++++
 
index 48fb38993c8f1b65f19f0b6c0e55f503b2347139..5436f8902ff2958a14d74ec7af8480e7af28d2df 100644 (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'