From: Kenneth Reitz Date: Wed, 28 Dec 2011 09:26:23 +0000 (-0500) Subject: v0.8.9 X-Git-Tag: v0.8.9~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8aa015ffc950a6a290f25bf935f26227ecd2eaa7;p=services%2Fpython-requests.git v0.8.9 --- diff --git a/HISTORY.rst b/HISTORY.rst index 0505a1f..837420f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.8.9 (2011-12-28) +++++++++++++++++++ + +* Packaging fix. + + 0.8.8 (2011-12-28) ++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 2bfce3e..307d484 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.8.8' -__build__ = 0x000808 +__version__ = '0.8.9' +__build__ = 0x000809 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2011 Kenneth Reitz'