From 94869e720e4ab808a4f5d23de773b393dc770eb6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 25 Aug 2012 10:49:16 -0400 Subject: [PATCH] v0.13.9 --- HISTORY.rst | 6 ++++++ requests/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b6a1887..f1751ee 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ History ------- +0.13.9 (2012-08-25) ++++++++++++++++++++ + +- Fix for OAuth + POSTs +- General bugfixes + 0.13.8 (2012-08-21) +++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 93c4bfa..e61dda7 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.13.8' -__build__ = 0x001308 +__version__ = '0.13.9' +__build__ = 0x001309 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz' -- 2.7.4