v0.6.7
authorKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 22:07:00 +0000 (18:07 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 22 Oct 2011 22:07:00 +0000 (18:07 -0400)
HISTORY.rst
requests/__init__.py

index 1c8398c..a0666c2 100644 (file)
@@ -4,6 +4,8 @@ History
 0.6.7
 +++++
 
+* Sessions are now the primary interface.
+* Deprecated InvalidMethodException.
 * PATCH fix.
 
 
index 630ce6a..2b25c9e 100644 (file)
@@ -15,8 +15,8 @@ requests
 """
 
 __title__ = 'requests'
-__version__ = '0.6.6'
-__build__ = 0x000606
+__version__ = '0.6.7'
+__build__ = 0x000607
 __author__ = 'Kenneth Reitz'
 __license__ = 'ISC'
 __copyright__ = 'Copyright 2011 Kenneth Reitz'