From 9eaee76c33b5ffb82aa71ed7f3e81013480d06c8 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Aug 2012 01:15:50 +1000 Subject: [PATCH] v0.13.8 --- HISTORY.rst | 5 +++++ requests/__init__.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0596751..b6a1887 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ History ------- +0.13.8 (2012-08-21) ++++++++++++++++++++ + +- Incredible Link header support :) + 0.13.7 (2012-08-19) +++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index e2cf3af..93c4bfa 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.13.7' -__build__ = 0x001307 +__version__ = '0.13.8' +__build__ = 0x001308 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz' -- 2.34.1