v0.6.6 v0.6.6
authorKenneth Reitz <me@kennethreitz.com>
Wed, 19 Oct 2011 07:39:36 +0000 (03:39 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 19 Oct 2011 07:39:36 +0000 (03:39 -0400)
HISTORY.rst
requests/core.py

index fcfafe5..2bf6e11 100644 (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.
index 9e51835..7944980 100644 (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'