v0.7.0
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 01:30:47 +0000 (21:30 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 01:30:47 +0000 (21:30 -0400)
HISTORY.rst
requests/__init__.py

index 79dad20..0db8550 100644 (file)
@@ -1,8 +1,8 @@
 History
 -------
 
-0.6.7
-+++++
+0.7.0 (2011-10-22)
+++++++++++++++++++
 
 * Sessions are now the primary interface.
 * Deprecated InvalidMethodException.
index 6cce5bf..fdaaf06 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.6.7'
-__build__ = 0x000607
+__version__ = '0.7.0'
+__build__ = 0x000700
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'