This commit is contained in:
Kenneth Reitz
2011-10-19 01:30:45 -04:00
parent ec94f5030c
commit b37b977d20
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
History
-------
0.6.5 (?)
++++++++++
0.6.5 (2011-10-19)
++++++++++++++++++
* Offline (fast) test suite
*
* Offline (fast) test suite.
* Session dictionary argument merging.
0.6.4 (2011-10-13)
+2 -2
View File
@@ -12,8 +12,8 @@ This module implements the main Requests system.
"""
__title__ = 'requests'
__version__ = '0.6.4'
__build__ = 0x000604
__version__ = '0.6.5'
__build__ = 0x000605
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'