v0.9.3 v0.9.3
authorKenneth Reitz <me@kennethreitz.com>
Thu, 19 Jan 2012 02:56:33 +0000 (21:56 -0500)
committerKenneth Reitz <me@kennethreitz.com>
Thu, 19 Jan 2012 02:56:33 +0000 (21:56 -0500)
HISTORY.rst
requests/__init__.py

index 01b550e..d3bd74d 100644 (file)
@@ -1,11 +1,15 @@
 History
 -------
 
+0.9.3 (2012-01-18)
+++++++++++++++++++
+
+* SSL verify=False bugfix (apparent on windows machines).
+
 0.9.2 (2012-01-18)
 ++++++++++++++++++
 
 * Asyncronous async.send method.
-* SSL verify=False bugfix (apparent on windows machines).
 * Support for proper chunk streams with boundaries.
 * session argument for Session classes.
 * Print entire hook tracebacks, not just exception instance.
index 1aa0d13..4c5b56a 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.9.2'
-__build__ = 0x000902
+__version__ = '0.9.3'
+__build__ = 0x000903
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2012 Kenneth Reitz'