This commit is contained in:
Kenneth Reitz
2011-10-19 03:39:36 -04:00
parent 7dc75ce3ce
commit d938f32089
2 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -1,7 +1,13 @@
History
-------
0.6.5 (2011-10-19)
0.6.6 (2011-10-19)
++++++++++++++++++
* Session parameter bugfix (params merging)
0.6.5 (2011-10-18)
++++++++++++++++++
* Offline (fast) test suite.
+2 -2
View File
@@ -12,8 +12,8 @@ This module implements the main Requests system.
"""
__title__ = 'requests'
__version__ = '0.6.5'
__build__ = 0x000605
__version__ = '0.6.6'
__build__ = 0x000606
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'