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 79dad208f1dc96e0fa5b6659ca288b7ea5875855..0db8550f8548df23ba85c351ef43ca4ec2591b4f 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 6cce5bfec8778a7f3d209f4e5cdf35b200ce1e57..fdaaf068b40ca4cf8f6efb6c460ed26c28fcedce 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'