From 767751599e4d4d7bcf0c5bee3751cbec6ef1fb7f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 27 Jul 2012 02:21:56 -0400 Subject: [PATCH] v0.13.4 --- HISTORY.rst | 3 ++- requests/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 81059408..035ab78d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,13 +3,14 @@ History ------- -0.13.4 (2012-xx-xx) +0.13.4 (2012-07-27) +++++++++++++++++++ - GSSAPI/Kerberos authentication! - App Engine 2.7 Fixes! - Fix leaking connections (from urllib3 update) - OAuthlib path hack fix +- OAuthlib URL parameters fix. 0.13.3 (2012-07-12) +++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 59e0b857..99d830c6 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.13.2' -__build__ = 0x001302 +__version__ = '0.13.4' +__build__ = 0x001304 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz'