From: Kenneth Reitz Date: Mon, 23 Apr 2012 02:29:26 +0000 (-0400) Subject: v0.11.2 X-Git-Tag: v0.12.0~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2159c802706fffaa4193f6c07d5695ebe20a9976;p=services%2Fpython-requests.git v0.11.2 --- diff --git a/HISTORY.rst b/HISTORY.rst index b1da96a..153cbb5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -0.11.2 (2012-04-??) +0.11.2 (2012-04-22) +++++++++++++++++++ - Attempt to use the OS's certificate bundle if ``certifi`` isn't available. diff --git a/requests/__init__.py b/requests/__init__.py index 0ace12b..96ef774 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.11.1' -__build__ = 0x001101 +__version__ = '0.11.2' +__build__ = 0x001102 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz'