From: Kenneth Reitz Date: Sun, 23 Oct 2011 01:30:47 +0000 (-0400) Subject: v0.7.0 X-Git-Tag: v0.7.0~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b66871e87174f3ff7801e6935c9fc761db975855;p=services%2Fpython-requests.git v0.7.0 --- diff --git a/HISTORY.rst b/HISTORY.rst index 79dad20..0db8550 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ History ------- -0.6.7 -+++++ +0.7.0 (2011-10-22) +++++++++++++++++++ * Sessions are now the primary interface. * Deprecated InvalidMethodException. diff --git a/requests/__init__.py b/requests/__init__.py index 6cce5bf..fdaaf06 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.6.7' -__build__ = 0x000607 +__version__ = '0.7.0' +__build__ = 0x000700 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'