From b37b977d205d8619b057d3e017083e42498692be Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 19 Oct 2011 01:30:45 -0400 Subject: [PATCH] v0.6.5 --- HISTORY.rst | 8 ++++---- requests/core.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f2d49c3..5f1b6a3 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) diff --git a/requests/core.py b/requests/core.py index de05cf9..9e51835 100644 --- a/requests/core.py +++ b/requests/core.py @@ -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' -- 2.7.4