From: Kenneth Reitz Date: Fri, 27 Jul 2012 06:21:56 +0000 (-0400) Subject: v0.13.4 X-Git-Tag: v0.13.4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=767751599e4d4d7bcf0c5bee3751cbec6ef1fb7f;p=services%2Fpython-requests.git v0.13.4 --- diff --git a/HISTORY.rst b/HISTORY.rst index 8105940..035ab78 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 59e0b85..99d830c 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'