From 2159c802706fffaa4193f6c07d5695ebe20a9976 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Apr 2012 22:29:26 -0400 Subject: [PATCH] v0.11.2 --- HISTORY.rst | 2 +- requests/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b1da96ab..153cbb56 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 0ace12b6..96ef774d 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'