This commit is contained in:
Kenneth Reitz
2011-10-22 18:07:00 -04:00
parent dbf70fc40f
commit 77909f1d49
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@ History
0.6.7
+++++
* Sessions are now the primary interface.
* Deprecated InvalidMethodException.
* PATCH fix.
+2 -2
View 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'