From 0c0bab3ad0bdf15204aa2b0f426304a6dd655da0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 14 Mar 2012 20:31:43 -0400 Subject: [PATCH] v0.11.0 --- HISTORY.rst | 6 ++++++ requests/__init__.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index c05a71e4..d43585c4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ------- +0.11.0 (2012-03-14) ++++++++++++++++++++ + +* Private SSL Certificate support +* + 0.10.8 (2012-03-09) +++++++++++++++++++ diff --git a/requests/__init__.py b/requests/__init__.py index 73d81f67..138e26e3 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -15,8 +15,8 @@ requests """ __title__ = 'requests' -__version__ = '0.10.8' -__build__ = 0x001008 +__version__ = '0.11.0' +__build__ = 0x001100 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz'